唐耀东
2022-08-22 83187f51aef5692354bd88ed166a748e32cc78fb
ruoyi-oa/src/main/java/com/ruoyi/oa/domain/vo/DevEquipmentVo.java
@@ -45,6 +45,7 @@
    @ExcelProperty(value = "设备类型", converter = ExcelDictConvert.class)
    @ExcelDictFormat(dictType = "DICT101")
   @ApiModelProperty("设备类型")
    @Dict(dicCode = "DICT101")
   private String type;
    /**
@@ -89,6 +90,7 @@
    @ExcelProperty(value = "β工作频段", converter = ExcelDictConvert.class)
    @ExcelDictFormat(dictType = "DICT102")
   @ApiModelProperty("β工作频段")
    @Dict(dicCode = "DICT102")
   private String frequencyBand;
    /**