ci: 复审计划新增字段
This commit is contained in:
+3
@@ -120,6 +120,9 @@ public class ProcessEsRecheck implements Serializable {
|
|||||||
@ApiModelProperty(value = "复审意见 继续有效/修订/废止/封存")
|
@ApiModelProperty(value = "复审意见 继续有效/修订/废止/封存")
|
||||||
private String recheckAdvice;
|
private String recheckAdvice;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "复审计划Id")
|
||||||
|
private String recheckPlanId;
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user