From 0e41bd99a4df0b27f9b1e7c733fd57bd09711221 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Mon, 12 Jul 2021 09:22:49 +0800
Subject: [PATCH] 1.
---
src/main/java/org/springblade/modules/information/mapper/InformationMapper.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.java b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
index 61e63b7..a98b494 100644
--- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.java
+++ b/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);
}
--
Gitblit v1.9.3