| | |
| | | * @param torqueValue |
| | | * @return |
| | | */ |
| | | List<MdcTorqueConfig> findSpindleRunningCurve(@Param("torqueValue") float torqueValue,@Param("equipmentId") String equipmentId); |
| | | List<MdcTorqueConfig> findSpindleRunningCurve(@Param("torqueValue") float torqueValue, @Param("equipmentId") String equipmentId); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param mdcTorqueConfig |
| | | * @return |
| | | */ |
| | | IPage<MdcTorqueConfig> pageList(IPage<MdcTorqueConfig> pageData,@Param("mdcTorqueConfig") MdcTorqueConfig mdcTorqueConfig); |
| | | IPage<MdcTorqueConfig> pageList(IPage<MdcTorqueConfig> pageData, @Param("mdcTorqueConfig") MdcTorqueConfig mdcTorqueConfig); |
| | | } |