1、查询异常标段信息增加roomID字段

This commit is contained in:
dxc
2021-04-08 09:24:51 +08:00
parent 14f337107d
commit 98687fcedd

View File

@ -85,7 +85,7 @@ public class ProjectSectionVO extends ProjectSection implements Serializable {
private Integer roomSort;
@ApiModelProperty(value = "评审室ID")
private Integer roomId;
private String roomId;
@ApiModelProperty(value = "报名人数")
private Long applyCount;