src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
@@ -26,7 +26,7 @@ * Mapper 接口 * * @author BladeX * @since 2021-07-06 * @since 2021-07-07 */ public interface InformationMapper extends BaseMapper<Information> { @@ -38,5 +38,8 @@ * @return */ List<InformationVO> selectInformationPage(IPage page, InformationVO information); void deleteIn(String creditcode); void deleteSh(String creditcode); void deleteMe(String creditcode); }