liding
2025-04-30 fbde0b947b4641081b558302ea77d88c902c4cd1
cnas-device/src/main/java/com/ruoyi/device/pojo/NA7672LValueVO.java
@@ -31,5 +31,22 @@
   /*是否合法,1为合法,0为不合法*/
   int ifLegal = 1;
   public NA7672LValueVO(int fetchType, Integer channel, Integer trace, Integer mark, String label, String labelOrg, Integer intVal, BigDecimal decimalVal, BigDecimal measureValue, BigDecimal calculateValue, String unit, int ifLegal) {
      this.fetchType = fetchType;
      this.channel = channel;
      this.trace = trace;
      this.mark = mark;
      this.label = label;
      this.labelOrg = labelOrg;
      this.intVal = intVal;
      this.decimalVal = decimalVal;
      this.measureValue = measureValue;
      this.calculateValue = calculateValue;
      this.unit = unit;
      this.ifLegal = ifLegal;
   }
   public NA7672LValueVO() {
   }
}