From c9f71b335b4c37de51fc7c4cb2304093abd6a715 Mon Sep 17 00:00:00 2001 From: tangzy <tangzy123456> Date: Fri, 09 Jul 2021 10:37:26 +0800 Subject: [PATCH] 1.用户信息调整 --- src/main/java/org/springblade/modules/information/mapper/InformationMapper.java | 3 +++ 1 files changed, 3 insertions(+), 0 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 7a81637..a98b494 100644 --- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.java +++ b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.java @@ -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