Lius
2024-02-01 848e5624f3a814763e81db5d79d8f0761c5bb4f1
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/dto/EquipmentMachingDto.java
@@ -468,7 +468,7 @@
    private String remark;
    //扭矩值
    private float torqueValue;
    private float torque;
    //进给参数
    private String feedParameter;
@@ -996,12 +996,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() {