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; } }