feat: 年度制修订主动上报新增创建人Id字段
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ public class ProcessEsAnnualInit implements Serializable {
|
||||
/**
|
||||
* 主起草单位责任人
|
||||
*/
|
||||
@Excel(name = "*起草单位责任人", width = 20, orderNum = "12")
|
||||
@Excel(name = "*主起草单位责任人", width = 20, orderNum = "12")
|
||||
@Dict(dicCode = "id", dictTable = "sys_user", dicText = "realname")
|
||||
@ApiModelProperty(value = "主起草单位责任人")
|
||||
private String mainDraftingUnitResponsiblePerson;
|
||||
|
||||
+6
-1
@@ -375,7 +375,12 @@ public class ProcessEsAnnualReport implements Serializable {
|
||||
@ApiModelProperty(value = "执行Id")
|
||||
private String executionId;
|
||||
|
||||
|
||||
/**
|
||||
* 创建人Id
|
||||
*/
|
||||
@Dict(dicCode = "id", dictTable = "sys_user", dicText = "realname")
|
||||
@ApiModelProperty(value = "创建人Id")
|
||||
private String createUserId;
|
||||
|
||||
@TableField(exist = false)
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
Reference in New Issue
Block a user