智慧保安后台管理项目备份
tangzy
2021-07-09 c9f71b335b4c37de51fc7c4cb2304093abd6a715
src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
@@ -38,5 +38,8 @@
    * @return
    */
   List<InformationVO> selectInformationPage(IPage page, InformationVO information);
   void deleteIn(String creditcode);
   void deleteSh(String creditcode);
   void deleteMe(String creditcode);
}