tangzy
2021-07-09 0914ca657bc604a23f9e6ef8d030259066e3bfec
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);
}