| | |
| | | /// <param name="stationCode"></param> |
| | | /// <param name="palletCode"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode); |
| | | WebResponseContent DeviceRequestInboundTaskSimple(string stationCode); |
| | | |
| | | /// <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> |
| | | /// <returns></returns> |
| | | WebResponseContent PlateOutbound(string stationCode); |
| | | /// <summary> |
| | | /// å¯ç¨ç«ç¹ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent EnableStatus(int[] keys); |
| | | /// <summary> |
| | | /// ç¦ç¨ç«ç¹ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent DisableStatus(int[] keys); |
| | | WebResponseContent BoxingInBound(string stationCode, List<string> barCodes); |
| | | /// <summary> |
| | | /// æåå
¥åºæ«ç è¯·æ±æ´æ°æ¡ç |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent InBoundPalletCode(int taskNum, string barCode); |
| | | } |
| | | } |