ci: 调整企标制修订流程意见相关字段
This commit is contained in:
+9
-3
@@ -78,9 +78,9 @@ public class EsRevisionAdvice implements Serializable {
|
|||||||
private String termNum;
|
private String termNum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 条款名称
|
* 条款内容
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "条款名称")
|
@ApiModelProperty(value = "条款内容")
|
||||||
private String termContent;
|
private String termContent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -106,7 +106,7 @@ public class EsRevisionAdvice implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 理由
|
* 理由
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "理由")
|
@ApiModelProperty(value = "提出缘由")
|
||||||
private String reason;
|
private String reason;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -116,6 +116,12 @@ public class EsRevisionAdvice implements Serializable {
|
|||||||
@Dict(dicCode = "batch_num")
|
@Dict(dicCode = "batch_num")
|
||||||
private Integer batchNum;
|
private Integer batchNum;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 修改意见
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "修改意见")
|
||||||
|
private String description;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 标准Id
|
* 标准Id
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user