唐耀东
2022-03-25 fd5a474d904cc88f5827d28a35c9bf94a4f2affa
ruoyi-oa/src/main/java/com/ruoyi/oa/domain/vo/DevPeripheralUnitVo.java
@@ -2,6 +2,7 @@
import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
import com.alibaba.excel.annotation.ExcelProperty;
import com.ruoyi.common.annotation.Dict;
import com.ruoyi.common.annotation.ExcelDictFormat;
import com.ruoyi.common.convert.ExcelDictConvert;
import io.swagger.annotations.ApiModel;
@@ -52,6 +53,7 @@
     */
   @ExcelProperty(value = "生产厂商")
   @ApiModelProperty("生产厂商")
    @Dict(dictTable = "dev_manufacturer", dicCode = "id", dicText = "name")
   private String manufacturer;
    /**
@@ -59,6 +61,7 @@
     */
   @ExcelProperty(value = "厂商代码")
   @ApiModelProperty("厂商代码")
    @Dict(dictTable = "dev_manufacturer", dicCode = "id", dicText = "code")
   private String vendorCode;
    /**
@@ -77,6 +80,13 @@
   private String readInstruction;
    /**
     * 指令长度
     */
    @ExcelProperty(value = "指令长度")
    @ApiModelProperty("指令长度")
    private Integer orderLength;
    /**
     * 回数长度
     */
   @ExcelProperty(value = "回数长度")