1、查询异常标段信息增加roomID字段
This commit is contained in:
@ -85,7 +85,7 @@ public class ProjectSectionVO extends ProjectSection implements Serializable {
|
|||||||
private Integer roomSort;
|
private Integer roomSort;
|
||||||
|
|
||||||
@ApiModelProperty(value = "评审室ID")
|
@ApiModelProperty(value = "评审室ID")
|
||||||
private Integer roomId;
|
private String roomId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "报名人数")
|
@ApiModelProperty(value = "报名人数")
|
||||||
private Long applyCount;
|
private Long applyCount;
|
||||||
|
Reference in New Issue
Block a user