| | |
| | | using WIDESEA_DTO; |
| | | using WIDESEA_Core.Enums; |
| | | using WIDESEA_DTO; |
| | | using WIDESEA_DTO.WMS; |
| | | |
| | | namespace WIDESEA_IStorageTaskServices; |
| | | |
| | |
| | | /// <param name="areaCode">åºåç¼ç </param> |
| | | /// <param name="roadways">å··éå表</param> |
| | | /// <returns>è¿åç»æé</returns> |
| | | Task<WebResponseContent> RequestOutboundTaskAsync(RequestTaskDto taskDto); |
| | | Task<Dt_Task> RequestOutboundTaskAsync(RequestTaskDto taskDto); |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// <param name="TargetAddress"></param> |
| | | /// <returns></returns> |
| | | |
| | | Dt_Task RequestAcrossFloorTask(DtLocationInfo StartAddress, DtLocationInfo EndAddress, int TaskType, string palletCode); |
| | | Dt_Task RequestAcrossFloorTask(DtLocationInfo StartAddress, DtLocationInfo EndAddress, int TaskType, RequestTaskDto taskDto); |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | /// <param name="taskDto"></param> |
| | | /// <returns></returns> |
| | | Dt_Task RequestAGVCarryTask(DtLocationInfo StartAddress, DtLocationInfo EndAddress, int TaskType, string palletCode); |
| | | Dt_Task RequestAGVCarryTask(DtLocationInfo StartAddress, DtLocationInfo EndAddress, int TaskType, RequestTaskDto taskDto); |
| | | |
| | | |
| | | |
| | |
| | | Task<WebResponseContent> AGVIsNeedRelocationAsync(RequestTaskDto taskDto); |
| | | |
| | | |
| | | Task<WebResponseContent> SendERPTaskCompletion(string palletCode); |
| | | Task<WebResponseContent> ERPAllocate(string palletCode); |
| | | |
| | | Task<WebResponseContent> SendWCSTask(List<WMSTaskDTO> taskDTO); |
| | | |
| | | (List<DtLocationStatusChangeRecord>, List<DtLocationInfo>) UpdateLocationStatus(DtLocationInfo location, LocationEnum locationStatus, int taskNum, int StatusChangeType); |
| | | |
| | | (List<DtLocationStatusChangeRecord>, List<DtLocationInfo>) UpdateLocationStatus(string locationCode, LocationEnum locationStatus, int taskNum, int StatusChangeType); |
| | | } |