wenhongquan 2 лет назад
Родитель
Сommit
c125077e0a
1 измененных файлов с 15 добавлено и 15 удалено
  1. 15 15
      ruoyi-system/src/main/java/com/ruoyi/data/domain/vo/TblModbusRtuVo.java

+ 15 - 15
ruoyi-system/src/main/java/com/ruoyi/data/domain/vo/TblModbusRtuVo.java

@@ -22,85 +22,85 @@ public class TblModbusRtuVo implements Serializable {
     private static final long serialVersionUID = 1L;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private Long id;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private String protocolName;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private String protocolDesc;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private String protocolType;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private String apiUrl;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private String commPortId;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private Long commPortType;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private Long baudRate;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private Long dateBits;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private Long parity;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private Long stopBits;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private String uuid;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
-    private String interval;
+    private String intervals;
 
     /**
-     * 
+     *
      */
     @ExcelProperty(value = "")
     private String remark;