智慧保安后台管理项目备份
tangzy
2021-07-09 0914ca657bc604a23f9e6ef8d030259066e3bfec
src/main/java/org/springblade/modules/information/service/IInformationService.java
@@ -37,5 +37,7 @@
    * @return
    */
   IPage<InformationVO> selectInformationPage(IPage<InformationVO> page, InformationVO information);
   void deleteIn(String creditCode);
   void deleteSh(String creditCode);
   void deleteMe(String creditCode);
}