| | |
| | | * @return |
| | | */ |
| | | IPage<Information> selectInformationPage(IPage<Information> page, Information information); |
| | | void deleteIn(String creditCode); |
| | | void deleteSh(String creditCode); |
| | | void deleteMe(String creditCode); |
| | | void deleteIn(String ids); |
| | | void deleteSh(String ids); |
| | | void deleteMe(String ids); |
| | | Map selectCount(String departmentid); |
| | | List<Map<Object,String>> selectInCount(String jurisdiction,String deptid); |
| | | List<Map<String, Object>> selectCs(String jurisdiction,String deptid); |
| | |
| | | Map selectPcount(String jurisdiction,String deptid); |
| | | Map selectWPcount(String jurisdiction,String deptid); |
| | | List<Map<Object,Object>> selectIn(String jurisdiction); |
| | | void deleteDept(String ids); |
| | | } |