fix: 79978 企标计划立项--辅助文档与原型字段不一致
This commit is contained in:
+8
@@ -502,6 +502,14 @@ public class ProcessEsInitChange implements Serializable {
|
|||||||
@ApiModelProperty(value = "配合单位")
|
@ApiModelProperty(value = "配合单位")
|
||||||
private String cooperationUnit;
|
private String cooperationUnit;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 隶属工作组
|
||||||
|
*/
|
||||||
|
@Dict(dictTable = "laws_working_group", dicCode = "id", dicText = "name")
|
||||||
|
@ApiModelProperty(value = "隶属工作组")
|
||||||
|
private String workGroup;
|
||||||
|
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private static final long serialVersionUID = 1781238971297838971L;
|
private static final long serialVersionUID = 1781238971297838971L;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user