From 1def68140023fe6edb8ce47df21fe1ed0ae871e0 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 25 十二月 2022 09:42:30 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/show/ApplyEntity.java | 20 ++++++++++++++++++++ 1 files changed, 20 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..d6aa5f5 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,10 @@ private Timestamp updateTime; + private String uname; + + private Boolean isVerify; + public ApplyEntity() { } @@ -152,4 +156,20 @@ public void setUpdateTime(Timestamp updateTime) { this.updateTime = updateTime; } + + public String getUname() { + return uname; + } + + public void setUname(String uname) { + this.uname = uname; + } + + public Boolean getVerify() { + return isVerify; + } + + public void setVerify(Boolean verify) { + isVerify = verify; + } } -- Gitblit v1.9.3