| | |
| | | * @param information |
| | | * @return |
| | | */ |
| | | IPage<InformationVO> selectInformationPage(IPage<InformationVO> page, InformationVO information); |
| | | IPage<Information> selectInformationPage(IPage<Information> page, Information information); |
| | | void deleteIn(String creditCode); |
| | | void deleteSh(String creditCode); |
| | | void deleteMe(String creditCode); |
| | |
| | | List<Map<Object,Object>> selectDis(String deptid); |
| | | List<Map<Object,Object>> selectDisp(String deptid); |
| | | List<Map<Object,Object>> selectSoil(String deptid); |
| | | |
| | | /** |
| | | * 查询培训单位信息(可以报名) |
| | | * @param page |
| | | * @param information 保安单位信息对象 |
| | | * @return |
| | | */ |
| | | IPage<InformationVO> securityPage(IPage<InformationVO> page, InformationVO information); |
| | | } |