feat: 企标更改流程新增两个字段
标准Id,更改单号
This commit is contained in:
+12
@@ -75,6 +75,12 @@ public class ProcessEsChange implements Serializable {
|
||||
@ApiModelProperty(value = "流程实例Id")
|
||||
private String processInstanceId;
|
||||
|
||||
/**
|
||||
* 企标Id
|
||||
*/
|
||||
@ApiModelProperty(value = "企标Id")
|
||||
private String standardId;
|
||||
|
||||
/**
|
||||
* 企标编号
|
||||
*/
|
||||
@@ -270,6 +276,12 @@ public class ProcessEsChange implements Serializable {
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private Date effectiveDate;
|
||||
|
||||
/**
|
||||
* 更改单号
|
||||
*/
|
||||
@ApiModelProperty(value = "更改单号")
|
||||
private String modifyOrderNum;
|
||||
|
||||
/**
|
||||
* 修改意见内容列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user