src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
@@ -22,6 +22,7 @@ import org.springblade.modules.information.vo.InformationVO; import java.util.List; import java.util.Map; /** * Mapper 接口 @@ -39,5 +40,9 @@ * @return */ List<InformationVO> selectInformationPage(IPage page, InformationVO information); void deleteIn(String creditcode); void deleteSh(String creditcode); void deleteMe(String creditcode); Map selectCount(String departmentid); List<Map<Object,String>> selectInCount(); }