From ed8c7a5effd0d423ce1118b680ecdca6fe732609 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 02 七月 2025 16:43:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/P2022036_Service

---
 src/main/java/com/lf/server/entity/sys/AttachEntity.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/sys/AttachEntity.java b/src/main/java/com/lf/server/entity/sys/AttachEntity.java
index 9812f4b..d81cc87 100644
--- a/src/main/java/com/lf/server/entity/sys/AttachEntity.java
+++ b/src/main/java/com/lf/server/entity/sys/AttachEntity.java
@@ -16,9 +16,13 @@
 
     private String tab;
 
+    private String tabGuid;
+
     private String guid;
 
     private String path;
+
+    private double sizes;
 
     private int createUser;
 
@@ -55,6 +59,14 @@
         this.tab = tab;
     }
 
+    public String getTabGuid() {
+        return tabGuid;
+    }
+
+    public void setTabGuid(String tabGuid) {
+        this.tabGuid = tabGuid;
+    }
+
     public String getGuid() {
         return guid;
     }
@@ -71,6 +83,14 @@
         this.path = path;
     }
 
+    public double getSizes() {
+        return sizes;
+    }
+
+    public void setSizes(double sizes) {
+        this.sizes = sizes;
+    }
+
     public int getCreateUser() {
         return createUser;
     }

--
Gitblit v1.9.3