From e2ba51b97505c72a3d69f3826fff770f08116681 Mon Sep 17 00:00:00 2001 From: yefei Date: Mon, 24 Apr 2023 15:15:18 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=81=A2=E5=A4=8D=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-core/src/main/java/com/dxhy/core/dao/GsClientMapper.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dxhy-core/src/main/java/com/dxhy/core/dao/GsClientMapper.java b/dxhy-core/src/main/java/com/dxhy/core/dao/GsClientMapper.java index a710f830..599a4dce 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/dao/GsClientMapper.java +++ b/dxhy-core/src/main/java/com/dxhy/core/dao/GsClientMapper.java @@ -2,10 +2,12 @@ package com.dxhy.core.dao; import com.dxhy.core.entity.GsClient; +import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.util.List; +@Mapper public interface GsClientMapper { int deleteByPrimaryKey(Integer id);