| | |
| | | import org.springblade.modules.information.entity.Information; |
| | | import org.springblade.modules.information.excel.InforExcel; |
| | | import org.springblade.modules.information.vo.InformationVO; |
| | | import org.springblade.modules.system.entity.User; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | IPage<InformationVO> selectInformationPage(IPage<InformationVO> page, InformationVO information); |
| | | void deleteIn(String creditCode); |
| | | void deleteSh(String creditCode); |
| | | void deleteIn(String departmentid); |
| | | void deleteSh(String deptId); |
| | | void insertIn(Information information); |
| | | void deleteMe(String creditCode); |
| | | void deleteMe(String deptId); |
| | | Map selectCount(String departmentid); |
| | | List<Map<Object,String>> selectInCount(); |
| | | void deleteDept(String departmentid); |
| | |
| | | * @return |
| | | */ |
| | | void importInfor(List<InforExcel> data, Boolean isCovered); |
| | | |
| | | /** |
| | | * 根据deptid 删除用户信息 |
| | | * @param deptId |
| | | */ |
| | | void deleteUserByDeptId(String deptId); |
| | | String selJurchilder(String id); |
| | | } |