From a2f0f30bf158b6632e0d109276a78ca4831ea178 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期四, 14 三月 2024 11:10:32 +0800 Subject: [PATCH] 问题修改 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/dto/EquipmentMachingDto.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/dto/EquipmentMachingDto.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/dto/EquipmentMachingDto.java index 237b5ac..0552e7b 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/dto/EquipmentMachingDto.java +++ b/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() { -- Gitblit v1.9.3