| | |
| | | /// <param name="address"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent InEmpty(string barcode, string address, int WarehouseId); |
| | | /// <summary> |
| | | /// 绌虹鍑哄簱 |
| | | /// </summary> |
| | | /// <param name="qty">鏁伴噺</param> |
| | | /// <param name="address">鍦板潃</param> |
| | | /// <returns></returns> |
| | | WebResponseContent OutEmpty(int qty, string address, int WarehouseId, string barcode); |
| | | |
| | | /// <summary> |
| | | /// WCS鐢宠鍏ュ簱 |
| | |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | MesResponseContent SubstrateBack(SubstrateBackModel model); |
| | | WebResponseContent OutEmpty(int qty, string address, int warehouseId); |
| | | |
| | | WebResponseContent AssignRoadway(int taskNum, List<string> roadwayNos); |
| | | } |
| | | } |