!29 feat(xispeak): 为领导userId字段添加字典配置,Excel导出时显示真实姓名
* feat(xispeak): 为领导userId字段添加字典配置,Excel导出时显示真实姓名
This commit is contained in:
+2
-1
@@ -165,7 +165,8 @@ public class BgXiSpeak implements Serializable {
|
||||
@Schema(description = "督办次数")
|
||||
private java.lang.Integer supervisionCount;
|
||||
/**dw领导userId字段*/
|
||||
@Excel(name = "领导userId字段", width = 15)
|
||||
@Excel(name = "领导userId字段", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "username")
|
||||
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
|
||||
@Schema(description = "领导userId字段")
|
||||
private java.lang.String sdwLeaderList;
|
||||
/**dw领导userId字段*/
|
||||
|
||||
Reference in New Issue
Block a user