智慧保安后台管理-外网项目备份
tangzy
2021-08-09 e262c9dd1b5f00b5f0ee4ea85a51a6e769c39590
src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
@@ -18,6 +18,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import org.apache.ibatis.annotations.Param;
import org.springblade.modules.information.entity.Information;
import org.springblade.modules.information.vo.InformationVO;
@@ -39,10 +40,16 @@
    * @param information
    * @return
    */
   List<InformationVO> selectInformationPage(IPage page, InformationVO information);
   List<Information> selectInformationPage(IPage page, @Param("information")Information 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);
   List<Map<Object,Object>> selectExtype(String deptid);
   List<Map<Object,Object>> selectHold(String deptid);
   List<Map<Object,Object>> selectDis(String deptid);
   List<Map<Object,Object>> selectDisp(String deptid);
   List<Map<Object,Object>> selectSoil(String deptid);
}