feat: 不符合项库增加关闭人翻译
This commit is contained in:
+2
@@ -257,6 +257,8 @@ public class LawsEvaluationNotMetLibrary implements Serializable {
|
||||
/**
|
||||
* 关闭人
|
||||
*/
|
||||
@Dict(dictTable = "sys_user", dicCode = "id", dicText = "realname")
|
||||
@Excel(name = "关闭人", width = 15, orderNum = "8", dictTable = "sys_user", dicCode = "id", dicText = "CONCAT(realname, '(', username, ')')")
|
||||
@ApiModelProperty(value = "关闭人")
|
||||
private String closeUser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user