tangzy
2021-08-22 55eef51bf89b70d92a829291e792085d2c502ab9
src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
@@ -40,7 +40,8 @@
    * @param information
    * @return
    */
   List<InformationVO> selectInformationPage(IPage page, InformationVO information);
   List<Information> selectInformationPage(IPage page, @Param("information")Information information);
   void insertIn(@Param("information")Information information);
   void deleteIn(String creditcode);
   void deleteSh(String creditcode);
   void deleteMe(String creditcode);