| | |
| | | import com.ruoyi.doublePrevention.service.baseService.RiskOldInfoService;
|
| | | import com.ruoyi.doublePrevention.vo.ResultVO;
|
| | | import org.springframework.beans.factory.annotation.Autowired;
|
| | | import org.springframework.web.bind.annotation.PostMapping;
|
| | | import org.springframework.web.bind.annotation.RequestBody;
|
| | | import org.springframework.web.bind.annotation.RequestMapping;
|
| | | import org.springframework.web.bind.annotation.RestController;
|
| | | import org.springframework.web.bind.annotation.*; |
| | |
|
| | |
|
| | | @RestController
|
| | |
| | |
|
| | | resultVO.setData(respDTOResultVO.getData());
|
| | | resultVO.setCount(respDTOResultVO.getCount());
|
| | | resultVO.setPageIndex(respDTOResultVO.getPageIndex());
|
| | | resultVO.setPageNum(respDTOResultVO.getPageNum()); |
| | | resultVO.setPageSize(respDTOResultVO.getPageSize());
|
| | |
|
| | | return resultVO;
|