From 899ed8b73f2c35b8e5df18caafdef69754c18112 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 04 四月 2023 10:31:05 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/show/ApplyEntity.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 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 56c3ea5..b345326 100644 --- a/src/main/java/com/lf/server/entity/show/ApplyEntity.java +++ b/src/main/java/com/lf/server/entity/show/ApplyEntity.java @@ -40,7 +40,7 @@ private String uname; - private Boolean isVerify; + private Integer isVerify; private String depcode; @@ -173,12 +173,12 @@ this.uname = uname; } - public Boolean getVerify() { + public Integer getIsVerify() { return isVerify; } - public void setVerify(Boolean verify) { - isVerify = verify; + public void setIsVerify(Integer isVerify) { + this.isVerify = isVerify; } public String getDepcode() { -- Gitblit v1.9.3