Administrator
2021-08-12 d4e35652a8a879c9e53016eeb1e3e9018c716502
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);