z8018
2025-06-09 0aac30d1c6f1ca0c2bf7662fb9ca4f0d98b3bca7
project/ºǫ́¹ÜÀí/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IParametersService.cs
@@ -31,7 +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);
    }
}