| | |
| | | public interface ITaskService : IService<Dt_Task> |
| | | { |
| | | //æµè¯ |
| | | WebResponseContent ceshi(); |
| | | string ceshi(); |
| | | |
| | | //大å±çµè§æ¥è¯¢ä»»å¡ |
| | | List<Dt_Task> selectTask(); |
| | |
| | | string SelectStationManger(string StationName); |
| | | |
| | | //æ ¹æ®æ°éåç§ç±»ä¸å满桶åºåºä»»å¡ |
| | | WebResponseContent ArtificialTask(int Num, int Type); |
| | | WebResponseContent ArtificialTask(int Num, string Types); |
| | | |
| | | //æå¨ç«å³å®æä»»å¡ |
| | | WebResponseContent Complete(int taskid); |
| | |
| | | //WCS满桶åºåºä¿¡å· |
| | | WebResponseContent WCSSignal(int k); |
| | | |
| | | //æ§è¡è®¢å |
| | | string ExecuteOrder(int k); |
| | | } |
| | | } |