From 848e5624f3a814763e81db5d79d8f0761c5bb4f1 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期四, 01 二月 2024 10:25:40 +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