From 96a2b1c68aa545abbf8245b0b2859b342fa6e63d Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 19 十二月 2024 10:18:19 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/PlatformBooksMapper.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/PlatformBooksMapper.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/PlatformBooksMapper.java index fb13a8d..63e2b60 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/PlatformBooksMapper.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/PlatformBooksMapper.java @@ -2,11 +2,12 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.doumee.dao.business.model.PlatformBooks; +import com.github.yulichang.base.MPJBaseMapper; /** * @author 姹熻箘韫� * @date 2024/06/28 10:03 */ -public interface PlatformBooksMapper extends BaseMapper<PlatformBooks> { +public interface PlatformBooksMapper extends MPJBaseMapper<PlatformBooks> { } -- Gitblit v1.9.3