From a816065c4c3bdbd353f5ad3020bb2848c6c55af0 Mon Sep 17 00:00:00 2001
From: liuxm <liuxm@fescotech.com>
Date: 星期二, 21 五月 2024 09:01:55 +0800
Subject: [PATCH] 抽取方法:生成二维码;下载excel文件

---
 pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java
index 57957ec..8683fc2 100644
--- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java
+++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductParams.java
@@ -5,6 +5,7 @@
 import com.baomidou.mybatisplus.annotation.IdType;
 import com.baomidou.mybatisplus.annotation.TableId;
 import com.baomidou.mybatisplus.annotation.TableName;
+import com.dy.common.po.BaseEntity;
 import jakarta.validation.constraints.NotEmpty;
 import lombok.*;
 
@@ -14,7 +15,7 @@
 @ToString
 @NoArgsConstructor
 @AllArgsConstructor
-public class PltProductParams {
+public class PltProductParams  implements BaseEntity {
     /**
      * 涓婚敭
      */

--
Gitblit v1.8.0