| | |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Org.BouncyCastle.Asn1.X509; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | /// <param name="stationCode"></param> |
| | | /// <param name="palletCode"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode); |
| | | WebResponseContent DeviceRequestInboundTaskSimple(string stationCode); |
| | | |
| | | /// <summary> |
| | | /// åæå
¥åºä»»å¡è¯·æ± |
| | |
| | | /// åé
åæå··é |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | string AssignYLRoadwayNo(string palletCode); |
| | | string AssignYLRoadwayNo(string palletCode, int wide = 0, int thickness = 0, int weight = 0); |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// <param name="barCode"></param> |
| | | /// <param name="startPoint"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent EmptyBackTask(string barCode, string startPoint); |
| | | WebResponseContent EmptyBackTask(string barCode, string startPoint,int target); |
| | | |
| | | /// <summary> |
| | | /// è¾
æ/æå临æ¶å
¥åº |
| | |
| | | WebResponseContent RequestYLWMSTaskOut(YLWMSTaskOutDTO yLWMSTaskOutDTO); |
| | | |
| | | /// <summary> |
| | | /// åæç§»åº |
| | | /// ç§»åº |
| | | /// </summary> |
| | | /// <param name="startAddress"></param> |
| | | /// <param name="endAddress"></param> |
| | | /// <param name="roadWay"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent IsRelocation(string startAddress, string endAddress, string roadWay); |
| | | WebResponseContent IsRelocation(RelocationDTO relocationDTO); |
| | | /// <summary> |
| | | /// åæå··éé´ç§»åºä»»å¡ |
| | | /// </summary> |
| | |
| | | /// <param name="ids"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent CreateSGManualTasks(List<int> ids); |
| | | /// <summary> |
| | | /// å建éå®åºåº |
| | | /// </summary> |
| | | /// <param name="ids"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent CreateProDeliveryTasks(List<int> ids); |
| | | /// <summary> |
| | | /// 空æå çåºåº |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent PlateOutbound(string stationCode); |
| | | /// <summary> |
| | | /// å¯ç¨ç«ç¹ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent EnableStatus(int[] keys); |
| | | /// <summary> |
| | | /// ç¦ç¨ç«ç¹ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent DisableStatus(int[] keys); |
| | | /// <summary> |
| | | /// æåç»ç |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent BoxingInBound(string stationCode, List<string> barCodes); |
| | | /// <summary> |
| | | /// æåå
¥åºæ«ç è¯·æ±æ´æ°æ¡ç |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent InBoundPalletCode(int taskNum, string barCode); |
| | | /// <summary> |
| | | /// åæåæçæ¬è¿å
¥åº |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent SemiProIn(string barcode, string palletCode, string address); |
| | | } |
| | | } |