| | |
| | | /*是否合法,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() { |
| | | |
| | | } |
| | | } |