1.
tangzy
2021-07-12 0e41bd99a4df0b27f9b1e7c733fd57bd09711221
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);
}