浏览代码

推送列表字典

yuhan 1 年之前
父节点
当前提交
0f5540940c

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

@@ -81,8 +81,10 @@ public class ProjectPushList implements Serializable {
     @ApiModelProperty(value = "所属部门")
     private java.lang.String sysOrgCode;
     @ApiModelProperty(value = "推送类型")
+    @Dict(dicCode = "push_type")
     private java.lang.Integer pushType;
 
     @ApiModelProperty(value = "成本类型")
+    @Dict(dicCode = "project_push_type")
     private java.lang.String costType;
 }