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/show/FlowEntity.java |   30 +++++++++++++++++++++++++-----
 1 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/show/FlowEntity.java b/src/main/java/com/lf/server/entity/show/FlowEntity.java
index 938990f..e03dc20 100644
--- a/src/main/java/com/lf/server/entity/show/FlowEntity.java
+++ b/src/main/java/com/lf/server/entity/show/FlowEntity.java
@@ -14,7 +14,7 @@
 
     private int applyid;
 
-    private int depid;
+    private String depcode;
 
     private int userid;
 
@@ -29,6 +29,10 @@
     private int updateUser;
 
     private Timestamp updateTime;
+
+    private String uname;
+
+    private String depName;
 
     public FlowEntity() {
     }
@@ -49,12 +53,12 @@
         this.applyid = applyid;
     }
 
-    public int getDepid() {
-        return depid;
+    public String getDepcode() {
+        return depcode;
     }
 
-    public void setDepid(int depid) {
-        this.depid = depid;
+    public void setDepcode(String depcode) {
+        this.depcode = depcode;
     }
 
     public int getUserid() {
@@ -112,4 +116,20 @@
     public void setUpdateTime(Timestamp updateTime) {
         this.updateTime = updateTime;
     }
+
+    public String getUname() {
+        return uname;
+    }
+
+    public void setUname(String uname) {
+        this.uname = uname;
+    }
+
+    public String getDepName() {
+        return depName;
+    }
+
+    public void setDepName(String depName) {
+        this.depName = depName;
+    }
 }

--
Gitblit v1.9.3