是否不均衡报价 0-否 1-是

This commit is contained in:
yss
2024-03-11 09:37:00 +08:00
parent 7262056632
commit 76ad3fd31a

View File

@ -168,9 +168,9 @@ public class ProjectSection extends BaseEntity implements Serializable {
/** /**
* 资格审查方法1.资格预审 2.资格后审 * 是否不均衡报价 0-否 1-是
*/ */
@ApiModelProperty(value = "废弃字段") @ApiModelProperty(value = "是否不均衡报价 0-否 1-是")
private String checkMethodDict; private String checkMethodDict;
/** /**