Lius
2024-03-01 bd6d24362376534e83ea768c7c4f6b968cc3f7aa
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/dto/EquipmentMachingDto.java
@@ -7,6 +7,7 @@
import org.jeecg.common.aspect.annotation.Dict;
import org.jeecg.modules.mdc.entity.MdcDriveTypeParamConfig;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
@@ -153,6 +154,7 @@
    private String collectData;
    private BigDecimal spindleCurrent;
    /*测试使用*/
    private String dataLine1;
@@ -468,7 +470,7 @@
    private String remark;
    //扭矩值
    private float torqueValue;
    private float torque;
    //进给参数
    private String feedParameter;
@@ -996,12 +998,12 @@
        this.remark = remark;
    }
    public float getTorqueValue() {
        return torqueValue;
    public float getTorque() {
        return torque;
    }
    public void setTorqueValue(float torqueValue) {
        this.torqueValue = torqueValue;
    public void setTorque(float torqueValue) {
        this.torque = torqueValue;
    }
    public String getFeedParameter() {