From 793477cbb31c4661b48982fc88137f84d0826aaa Mon Sep 17 00:00:00 2001 From: wanglei <921888199@qq.com> Date: Tue, 6 Dec 2022 11:45:25 +0800 Subject: [PATCH] =?UTF-8?q?baseentity=E6=B7=BB=E5=8A=A0=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=20transpojo=20=E6=8E=A5=E5=8F=A3=EF=BC=8C=E6=96=B9=E4=BE=BF?= =?UTF-8?q?=E5=AD=90=E7=B1=BB=E6=88=90=E4=B8=BA=E5=85=B6=E4=BB=96vo?= =?UTF-8?q?=E7=9A=84=E7=BF=BB=E8=AF=91=E6=95=B0=E6=8D=AE=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/net/maku/framework/common/entity/BaseEntity.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maku-framework/src/main/java/net/maku/framework/common/entity/BaseEntity.java b/maku-framework/src/main/java/net/maku/framework/common/entity/BaseEntity.java index 7e31e1b..171d41f 100644 --- a/maku-framework/src/main/java/net/maku/framework/common/entity/BaseEntity.java +++ b/maku-framework/src/main/java/net/maku/framework/common/entity/BaseEntity.java @@ -1,6 +1,7 @@ package net.maku.framework.common.entity; import com.baomidou.mybatisplus.annotation.*; +import com.fhs.core.trans.vo.TransPojo; import lombok.Data; import java.util.Date; @@ -11,7 +12,7 @@ import java.util.Date; * @author 阿沐 babamu@126.com */ @Data -public abstract class BaseEntity { +public abstract class BaseEntity implements TransPojo { /** * id */