main
tianxinlei 2026-05-22 15:44:05 +08:00
parent 20f13517ca
commit ffc0350a10
1 changed files with 2 additions and 2 deletions

View File

@ -76,10 +76,10 @@ public class KeyProjectCO extends ClientObject {
@ApiModelProperty(value = "是否设置监理单位,1:是,0:否")
private Integer supervisionUnitFlag;
@ApiModelProperty(value = "未验收隐患数")
private Long uncheckHiddenCount;
private Integer uncheckHiddenCount;
@ApiModelProperty(value = "未完成安全环保检查")
private Long unFinishInspectionCount;
private Integer unFinishInspectionCount;
//监理单位名称
@ApiModelProperty(value = "监理单位名称")
private String supervisionUnitCorpName;