浏览代码

推送至改成文字名字

yuhan 1 年之前
父节点
当前提交
f746b0f862

+ 1 - 0
module_kzks/src/main/java/org/jeecg/modules/projectPushList/entity/ProjectPushList.java

@@ -51,6 +51,7 @@ public class ProjectPushList implements Serializable {
     /**推送至*/
     @Excel(name = "推送至", width = 15)
     @ApiModelProperty(value = "推送至")
+    @Dict(dictTable = "sys_user",dicCode = "username",dicText = "realname")
     private java.lang.String pushTo;
     /**推送内容*/
     @Excel(name = "推送内容", width = 15)