Lius
2024-01-16 1e990aa104af5c4f8d218585121458f4a16744f7
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() {