Lius
2024-01-16 1e990aa104af5c4f8d218585121458f4a16744f7
扭矩工作曲线展示
已修改2个文件
12 ■■■■ 文件已修改
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/dto/EquipmentMachingDto.java 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcTorqueConfigMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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() {
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcTorqueConfigMapper.xml
@@ -40,7 +40,7 @@
    <select id="getWorkLineList" resultType="org.jeecg.modules.mdc.dto.EquipmentMachingDto">
        SELECT
            torque_date CollectTime,
            torque_value,
            torque_value torque,
            feed_parameter
        FROM
            mdc_torque_config