| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_DTO.Agv; |
| | | using WIDESEA_External.Model; |
| | | using WIDESEAWCS_Common.APIEnum; |
| | | using WIDESEAWCS_Common.TaskEnum; |
| | | using WIDESEAWCS_Core; |
| | |
| | | /// </summary> |
| | | /// <param name="taskDTOs">WMSä»»å¡å¯¹è±¡éå</param> |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | WebResponseContent ReceiveWMSTask([NotNull] WMSTaskDTO taskDTO); |
| | | WMSReceiveTaskContent ReceiveWMSTask([NotNull] WMSTaskDTO taskDTO); |
| | | /// <summary> |
| | | /// æç§å¢åå§å |
| | | /// </summary> |
| | |
| | | /// 容å¨å
¥åºåå»ºä»»å¡ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent ContainerFlow(ContainerFlowDTO containerFlowDTO,string deviceCode,string stationCode); |
| | | WebResponseContent ContainerFlow(ContainerFlowDTO containerFlowDTO,string deviceCode,string stationCode,int type=0); |
| | | /// <summary> |
| | | /// ç³è¯·å
¥åº |
| | | /// </summary> |
| | |
| | | /// <returns></returns> |
| | | WebResponseContent TaskCompleted(int taskNum); |
| | | /// <summary> |
| | | /// äºææç§å¢åä¼ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | EPLightContent WMSLightBack(List<TaskBackLight> taskBackLights); |
| | | /// <summary> |
| | | /// äºææç§å¢ä¸å |
| | | /// </summary> |
| | | /// <param name="lightSendDTOs"></param> |