| | |
| | | .header("content-type", "application/json") |
| | | .execute().body(); |
| | | } |
| | | |
| | | public static void main(String[] args) { |
| | | BatchInfo batchInfo = new BatchInfo(); |
| | | batchInfo.setOrderNo("260984"); |
| | | batchInfo.setReleaseNo("1"); |
| | | batchInfo.setLineNo("1"); |
| | | batchInfo.setPartNo("A0190008000400"); |
| | | batchInfo.setLotBatchNo("*"); |
| | | batchInfo.setLocationNo("QC01"); |
| | | batchInfo.setQtyToReceive(1); |
| | | batchInfo.setQtyToInspect(0); |
| | | batchInfo.setReceiveCase("接收到来料区"); |
| | | List<BatchInfo> batchInfos = Arrays.asList(batchInfo); |
| | | System.out.println(importPolReceive(batchInfos)); |
| | | } |
| | | |
| | | } |