yanjinhui
2025-06-07 9250e3e48760f91fbefef03331fc7b14b4b1be18
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);
    }
}