fix(标准解读流程): 翻译
This commit is contained in:
+1
@@ -44,6 +44,7 @@ public class ProcessStandardInterpretClause extends BaseEntity {
|
||||
/**各涉及部门解读人*/
|
||||
@ApiModelProperty(value = "各涉及部门解读人")
|
||||
@Excel(name = "各涉及部门解读人", width = 18)
|
||||
@Dict(dictTable = "sys_user", dicCode = "id", dicText = "CONCAT(realname, '(', username, ')')")
|
||||
private String interpretPersonIds;
|
||||
/**分解单来源(字典)*/
|
||||
@ApiModelProperty(value = "分解单来源(字典)")
|
||||
|
||||
+1
@@ -46,6 +46,7 @@ public class ProcessStandardInterpretClauseSublist extends BaseEntity {
|
||||
private String itemContent;
|
||||
/**解读人*/
|
||||
@ApiModelProperty(value = "解读人")
|
||||
@Dict(dictTable = "sys_user", dicCode = "id", dicText = "CONCAT(realname, '(', username, ')')")
|
||||
private String interpretPersonId;
|
||||
/**译文*/
|
||||
@ApiModelProperty(value = "译文")
|
||||
|
||||
Reference in New Issue
Block a user