|
@@ -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)
|