zengh
2021-08-12 5ede87422f8a41ff1c5696bee87b69b80252f38a
src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
@@ -40,7 +40,7 @@
    * @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);