1
z8018
2025-06-10 2eb8c40c3bfeb1ac777b72e02aea485119e9d158
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);
    }
}