重评评审室实体增加评审室序号属性
This commit is contained in:
@ -24,5 +24,8 @@ public class AgainRoomVO {
|
||||
@ApiModelProperty(value = "业务数据对象")
|
||||
private Map<String, String> dataMap;
|
||||
|
||||
@ApiModelProperty(value = "重新评审的新的评审室排序")
|
||||
private Integer newRoomSort;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user