| | |
| | | /// <param name="stationCode"></param> |
| | | /// <param name="palletCode"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent DeviceRequestInboundTaskSimple(string stationCode); |
| | | WebResponseContent DeviceRequestInboundTaskSimple(string stationCode,string startPoint = ""); |
| | | |
| | | /// <summary> |
| | | /// 鍘熸枡鍏ュ簱浠诲姟璇锋眰 |
| | |
| | | /// 鎴愬搧缁勭洏 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent BoxingInBound(string stationCode, List<string> barCodes); |
| | | WebResponseContent BoxingInBound(string stationCode, int heightNum, List<string> barCodes, int type = 0); |
| | | /// <summary> |
| | | /// 鎴愬搧鍏ュ簱鎵爜璇锋眰鏇存柊鏉$爜 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent SemiProIn(string barcode, string palletCode, string address); |
| | | /// <summary> |
| | | /// 浜屾ゼ鎴愬搧PDA鎵爜鏍¢獙 |
| | | /// </summary> |
| | | /// <param name="barcode"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent CodeAnalysis(string barcode); |
| | | } |
| | | } |