唐耀东
2022-02-07 afb22090c509befbf68e7aaef00f06795d11337d
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;
    /**