Lius
2024-07-08 58b89e49bf6dba960229a94a95d5b9f8821e3f23
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;
@@ -76,6 +77,7 @@
    private String ALRMstate;
    //工件名称
    private String ProductName;
    private String ProductCount;
    //机床X轴坐标
    private String Xmachine;
    //机床Y轴坐标
@@ -153,6 +155,7 @@
    private String collectData;
    private BigDecimal spindleCurrent;
    /*测试使用*/
    private String dataLine1;
@@ -468,7 +471,7 @@
    private String remark;
    //扭矩值
    private float torqueValue;
    private float torque;
    //进给参数
    private String feedParameter;
@@ -996,12 +999,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() {