管道基础大数据平台系统开发-【后端】-Server
xing
2023-02-22 56c25bcb0dc03aae78aba23f32ebbf548b866332
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;
    }
}