| | |
| | | /// </summary> |
| | | /// <param name="ExtendedState">伸/åºç¶æ</param> |
| | | /// <returns></returns> |
| | | WebResponseContent automation(string ExtendedState, string account); |
| | | WebResponseContent automation(string ExtendedState); |
| | | |
| | | /// <summary> |
| | | /// æå¨æ§å¶ï¼ä¼¸ç¼©æç缩åå伸åºé度 |
| | |
| | | /// <param name="ExtendedState">伸/ç¼©ç¶æ</param> |
| | | /// <returns></returns> |
| | | /// |
| | | WebResponseContent ManualOperation(string position, string ExtendedState, string account); |
| | | WebResponseContent ManualOperation(string position, string ExtendedState, int DeptId); |
| | | |
| | | } |
| | | } |