From 76ad3fd31a2d68ea19ff985c2f0cbbf6fefdcf7b Mon Sep 17 00:00:00 2001 From: yss <17921@qq.com> Date: Mon, 11 Mar 2024 09:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E4=B8=8D=E5=9D=87=E8=A1=A1?= =?UTF-8?q?=E6=8A=A5=E4=BB=B7=200-=E5=90=A6=201-=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ebtp/project/projectsection/entity/ProjectSection.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/entity/ProjectSection.java b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/entity/ProjectSection.java index b0c319b..5cb5446 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/entity/ProjectSection.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/entity/ProjectSection.java @@ -168,9 +168,9 @@ public class ProjectSection extends BaseEntity implements Serializable { /** - * 资格审查方法1.资格预审 2.资格后审 + * 是否不均衡报价 0-否 1-是 */ - @ApiModelProperty(value = "废弃字段") + @ApiModelProperty(value = "是否不均衡报价 0-否 1-是") private String checkMethodDict; /**