zengh
2021-08-19 8b464ee379c5b35ac8b22b4e5dde25c4f6fb75cf
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);