lius
2023-07-07 daf5a28d644cece1e19972521f0d6f19dfef20a4
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/vo/MdcTorqueConfigVo.java
@@ -9,13 +9,12 @@
@Data
public class MdcTorqueConfigVo {
    /*设备名称*/
    private String equipmentName;
    /*设备组*/
    private String equipmentIds;
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date torqueDate;
    private float torqueValue;
    private Float torqueValue;
    private String notes;
}