| Line 303... |
Line 303... |
| 303 |
|
303 |
|
| 304 |
void markItemsAsReceivedForTransferLot(1:i64 id) throws (1:WarehouseServiceException wex);
|
304 |
void markItemsAsReceivedForTransferLot(1:i64 id) throws (1:WarehouseServiceException wex);
|
| 305 |
|
305 |
|
| 306 |
TransferLotStatus updateTransferLotAfterItemReceive(1:i64 id) throws (1:WarehouseServiceException wex);
|
306 |
TransferLotStatus updateTransferLotAfterItemReceive(1:i64 id) throws (1:WarehouseServiceException wex);
|
| 307 |
|
307 |
|
| 308 |
void scanForTransfer(1:list<InventoryItem> inventoryItems, 2:ScanType type, 3:i64 transferLotId) throws (1:WarehouseServiceException wex);
|
- |
|
| 309 |
}
|
- |
|
| 310 |
|
308 |
void scanForTransferOut(1:list<InventoryItem> inventoryItems, 2:ScanType type, 3:i64 transferLotId) throws (1:WarehouseServiceException wex);
|
| - |
|
309 |
|
| - |
|
310 |
void scanForTransferIn(1:list<InventoryItem> inventoryItems, 2:ScanType type, 3:i64 transferLotId) throws (1:WarehouseServiceException wex);
|
| - |
|
311 |
|
| - |
|
312 |
void scanForOursThirdPartyReceive(1:list<InventoryItem>inventoryItems, 2:i64 id) throws (1:WarehouseServiceException wex);}
|
| - |
|
313 |
|
| 311 |
|
314 |
|