| | |
| | | import org.jeecg.common.aspect.annotation.Dict; |
| | | import org.jeecg.modules.mdc.entity.MdcDriveTypeParamConfig; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | private String collectData; |
| | | |
| | | private BigDecimal spindleCurrent; |
| | | |
| | | /*测试使用*/ |
| | | private String dataLine1; |
| | |
| | | private String remark; |
| | | |
| | | //扭矩值 |
| | | private float torqueValue; |
| | | private float torque; |
| | | |
| | | //进给参数 |
| | | private String feedParameter; |
| | |
| | | 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() { |