qiangxuan 1 ay önce
ebeveyn
işleme
377f4e3467

+ 2 - 0
zgzt-sbsmzq/jeecg-module-lifecycle/src/main/java/org/jeecg/modules/deviceManage/entity/DeviceSpareParts.java

@@ -74,6 +74,7 @@ public class DeviceSpareParts implements Serializable {
 	/**分类*/
 	@Excel(name = "分类", width = 15)
     @ApiModelProperty(value = "分类")
+    @Dict(dicCode = "classification")
     private String classification;
 	/**规格型号*/
 	@Excel(name = "规格型号", width = 15)
@@ -82,6 +83,7 @@ public class DeviceSpareParts implements Serializable {
 	/**单位*/
 	@Excel(name = "单位", width = 15)
     @ApiModelProperty(value = "单位")
+    @Dict(dicCode = "unit_type")
     private String unit;
 	/**更换周期*/
 	@Excel(name = "更换周期", width = 15)