| | |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_DTO.SerialPort; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_ITaskInfoService |
| | |
| | | { |
| | | //æ ¹æ®ç»æ¥çéåºå·¥èºè¡¨ |
| | | WebResponseContent GetProcess(string gruop); |
| | | |
| | | //æ ¹æ®ç»æ¥ååºæå¤å°å¥çæ°éä»¥åæ¥éª¤ |
| | | WebResponseContent GetSleeveandStep(string grops); |
| | | |
| | | //æ ¹æ®ç»æ¥æ·»å æ°æ® |
| | | WebResponseContent AddProcess(AddProcessDTO addProcessDTO); |
| | | |
| | | //ç¼è¾ï¼æ ¹æ®idï¼ |
| | | WebResponseContent Upprocess(PutProcessDTO addProcessDTO); |
| | | |
| | | //æ´å
·ç»æ¥ï¼æ¯æ¬¡ç¹å»å®é½è½¬å°ä¸ä¸éå·¥åº |
| | | WebResponseContent Getcircuit(string grops); |
| | | |
| | | } |
| | | } |