From 0d89ea0d2632abe27c00dfc88943476f00e8804d Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期二, 25 六月 2024 08:43:49 +0800
Subject: [PATCH] logout

---
 pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductFile.java |    7 ++++++-
 1 files changed, 6 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 9d6f9aa..6e46389 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
@@ -26,7 +26,7 @@
      */
     @JSONField(serializeUsing= ObjectWriterImplToString.class)
     @TableId(type = IdType.AUTO)
-    private Long id;
+    public Long id;
 
     /**
      * 浜у搧瀹炰綋缂栧彿
@@ -48,4 +48,9 @@
     @TableField(exist = false)
     public String webUrl;
 
+    @TableField(exist = false)
+    public String orgName;
+    @TableField(exist = false)
+    public String extName;
+
 }
\ No newline at end of file

--
Gitblit v1.8.0