yanjinhui
2025-06-05 fcd49db2ee33ee2e1d33e5a41e53d9897a8a3b0f
project/ºǫ́¹ÜÀí/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs
@@ -31,5 +31,17 @@
        /// 
        WebResponseContent ManualOperation(string position, string ExtendedState, int DeptId);
        /// <summary>
        ///当自动伸出需要暂停时,暂停按钮
        /// </summary>
        /// <returns></returns>
        WebResponseContent PauseButton(int deptid);
        /// <summary>
        /// ä¼¸ç¼©æ†å½“前位置
        /// <param name="deptid">轨道站号</param>
        /// <returns></returns>
        WebResponseContent CurrentLocation(int deptid);
    }
}