1
z8018
2025-06-09 240971952b84d0ecfcf28116a337205531d0f885
project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs
@@ -47,6 +47,15 @@
        WebResponseContent BackfillSpeed();
        /// <summary>
        ///当自动伸出需要暂停时,暂停按钮
        /// </summary>
        /// <returns></returns>
        WebResponseContent PauseButton();
        /// <summary>
        /// 伸缩杆当前位置
        /// </summary>
        WebResponseContent CurrentLocation();
    }
}