From 3083fccba0a65d78702f201222f4072c907b5d07 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期四, 15 八月 2024 17:07:51 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pms-SV --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductFile.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductFile.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductFile.java index 6e46389..fcfcdba 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductFile.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductFile.java @@ -8,6 +8,7 @@ import com.baomidou.mybatisplus.annotation.TableName; import java.io.Serializable; +import com.dy.common.po.BaseEntity; import lombok.*; /** @@ -20,7 +21,7 @@ @ToString @NoArgsConstructor @AllArgsConstructor -public class PltProductFile implements Serializable { +public class PltProductFile implements BaseEntity { /** * */ -- Gitblit v1.8.0