tangzy
2021-08-25 2063a93b5f7d4837e0dfd7c2c3c936af8419700f
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<InformationVO> selectInformationPage(IPage<InformationVO> page, @Param("information")InformationVO information);
   void insertIn(@Param("information")Information information);
   void deleteIn(String creditcode);
   void deleteSh(String creditcode);
   void deleteMe(String creditcode);