Administrator
2021-07-29 92b71ac07ad4e0b7282135cad0919a4be4ec1efb
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,10 @@
    * @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();
   void deleteDept(String departmentid);
}