From 035d6d22f53b0d5e84262df7c88da9d58b119e8b Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 25 十二月 2022 11:58:41 +0800 Subject: [PATCH] 12.25.1 --- src/main/java/com/lf/server/entity/show/FlowEntity.java | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 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..3c157ce 100644 --- a/src/main/java/com/lf/server/entity/show/FlowEntity.java +++ b/src/main/java/com/lf/server/entity/show/FlowEntity.java @@ -30,6 +30,10 @@ private Timestamp updateTime; + private String uname; + + private String depName; + public FlowEntity() { } @@ -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