yuhan 1 год назад
Родитель
Сommit
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 = "所属部门")
     @ApiModelProperty(value = "所属部门")
     private java.lang.String sysOrgCode;
     private java.lang.String sysOrgCode;
     @ApiModelProperty(value = "推送类型")
     @ApiModelProperty(value = "推送类型")
+    @Dict(dicCode = "push_type")
     private java.lang.Integer pushType;
     private java.lang.Integer pushType;
 
 
     @ApiModelProperty(value = "成本类型")
     @ApiModelProperty(value = "成本类型")
+    @Dict(dicCode = "project_push_type")
     private java.lang.String costType;
     private java.lang.String costType;
 }
 }