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/ApplyEntity.java | 70 +++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/entity/show/ApplyEntity.java b/src/main/java/com/lf/server/entity/show/ApplyEntity.java index 4d6baa2..133beef 100644 --- a/src/main/java/com/lf/server/entity/show/ApplyEntity.java +++ b/src/main/java/com/lf/server/entity/show/ApplyEntity.java @@ -38,6 +38,20 @@ private Timestamp updateTime; + private String uname; + + private Integer isVerify; + + private String depcode; + + private String dircodes; + + private String gids; + + private String filters; + + private String guid; + public ApplyEntity() { } @@ -152,4 +166,60 @@ public void setUpdateTime(Timestamp updateTime) { this.updateTime = updateTime; } + + public String getUname() { + return uname; + } + + public void setUname(String uname) { + this.uname = uname; + } + + public Integer getIsVerify() { + return isVerify; + } + + public void setIsVerify(Integer isVerify) { + this.isVerify = isVerify; + } + + public String getDepcode() { + return depcode; + } + + public void setDepcode(String depcode) { + this.depcode = depcode; + } + + public String getDircodes() { + return dircodes; + } + + public void setDircodes(String dircodes) { + this.dircodes = dircodes; + } + + public String getGids() { + return gids; + } + + public void setGids(String gids) { + this.gids = gids; + } + + public String getFilters() { + return filters; + } + + public void setFilters(String filters) { + this.filters = filters; + } + + public String getGuid() { + return guid; + } + + public void setGuid(String guid) { + this.guid = guid; + } } -- Gitblit v1.9.3