fix(标准解读流程): 翻译

This commit is contained in:
yjz
2024-07-15 18:51:09 +08:00
parent 3a0367cabf
commit 4bddbe45a3
2 changed files with 2 additions and 0 deletions
@@ -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 = "分解单来源(字典)")
@@ -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 = "译文")