From 1d53dd8f501a98ddcce8146443b51b357ef5f9b1 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 29 十二月 2022 16:55:46 +0800 Subject: [PATCH] 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