ci: 流程实体类部分字段翻译
This commit is contained in:
+1
@@ -59,6 +59,7 @@ public class ProcessEsEnable implements Serializable {
|
||||
* 所属部门
|
||||
*/
|
||||
@ApiModelProperty(value = "所属部门")
|
||||
@Dict(dictTable = "sys_depart", dicCode = "id", dicText = "depart_name")
|
||||
private String orgCode;
|
||||
|
||||
/**
|
||||
|
||||
+2
-2
@@ -104,15 +104,15 @@ public class ProcessEsRecheck implements Serializable {
|
||||
/**
|
||||
* 主起草人
|
||||
*/
|
||||
@Dict(dicCode = "user_id")
|
||||
@ApiModelProperty(value = "主起草人")
|
||||
@Dict(dictTable = "sys_user", dicCode = "id", dicText = "realname")
|
||||
private String mainDraftingUser;
|
||||
|
||||
/**
|
||||
* 主起草单位
|
||||
*/
|
||||
@Dict(dicCode = "org_code")
|
||||
@ApiModelProperty(value = "主起草单位")
|
||||
@Dict(dictTable = "sys_depart", dicCode = "id", dicText = "depart_name")
|
||||
private String mainDraftingUnit;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user