From 4bef61c49e57535f49fc7bd2798cc0f809642435 Mon Sep 17 00:00:00 2001 From: pd <2776455882@qq.com> Date: Fri, 7 Aug 2020 14:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=98=AF=E5=90=A6=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E9=A1=B9=E7=9B=AE=EF=BC=8C=E6=98=AF=E5=90=A6=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E8=80=83=E5=8B=A4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liuwanr/entity/Project_Management.java | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/src/main/java/com/yipin/liuwanr/entity/Project_Management.java b/src/main/java/com/yipin/liuwanr/entity/Project_Management.java index 60756a5..057a969 100644 --- a/src/main/java/com/yipin/liuwanr/entity/Project_Management.java +++ b/src/main/java/com/yipin/liuwanr/entity/Project_Management.java @@ -59,11 +59,6 @@ public class Project_Management { @ApiModelProperty(value = "是否启用实验提示(0启用 1不启用)", name = "isstartexperimentSuggests", example = "0", required = true) private Integer isstartexperimentSuggests; - @ApiModelProperty(hidden = true) - private Integer isExperiment; - - @ApiModelProperty(hidden = true) - private Integer isAttendance; @ApiModelProperty(value = "用户ID", name = "userId", example = "4", required = true) private Integer userId; @@ -206,20 +201,4 @@ public class Project_Management { this.systemId = systemId; } - public Integer getIsExperiment() { - return isExperiment; - } - - public void setIsExperiment(Integer isExperiment) { - this.isExperiment = isExperiment; - } - - public Integer getIsAttendance() { - return isAttendance; - } - - public void setIsAttendance(Integer isAttendance) { - this.isAttendance = isAttendance; - } - }