File was renamed from dyh-service/dyh-sys/src/main/java/cn/huge/module/thrid/controller/GridUserInfoController.java |
| | |
| | | package cn.huge.module.thrid.controller; |
| | | package cn.huge.module.grid.controller; |
| | | |
| | | import cn.huge.base.common.bo.R; |
| | | import cn.huge.base.common.utils.ReturnFailUtils; |
| | | import cn.huge.base.common.utils.ReturnSucUtils; |
| | | import cn.huge.module.thrid.domain.vo.GridIdsVo; |
| | | import cn.huge.module.thrid.domain.vo.GridToDoVo; |
| | | import cn.huge.module.thrid.domain.vo.GridUserVo; |
| | | import cn.huge.module.thrid.service.GridToDoService; |
| | | import cn.huge.module.thrid.service.GridUserService; |
| | | import cn.huge.module.grid.domain.vo.GridUserVo; |
| | | import cn.huge.module.grid.service.GridUserService; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.Map; |
| | | |
| | | @Slf4j |
| | | @RestController |