1
z8018
2025-06-09 240971952b84d0ecfcf28116a337205531d0f885
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs
@@ -6,6 +6,7 @@
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_DTO.Telescopic;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_ITelescopicService
@@ -31,5 +32,30 @@
        /// 
        WebResponseContent ManualOperation(string position, string ExtendedState);
        /// <summary>
        /// 添加伸缩杆速度
        /// </summary>
        /// <param name="entity"></param>
        /// <returns></returns>
        WebResponseContent AddSpeed(SpeedDTO entity);
        /// <summary>
        /// 获取当前程序最新的伸缩杆速度
        /// </summary>
        /// <returns></returns>
        WebResponseContent BackfillSpeed();
        /// <summary>
        ///当自动伸出需要暂停时,暂停按钮
        /// </summary>
        /// <returns></returns>
        WebResponseContent PauseButton();
        /// <summary>
        /// 伸缩杆当前位置
        /// </summary>
        WebResponseContent CurrentLocation();
    }
}