java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseInnerServiceSMO.java
@@ -38,4 +38,12 @@ */ @RequestMapping(value = "/queryAllocationStorehousesCount", method = RequestMethod.POST) int queryAllocationStorehousesCount(@RequestBody AllocationStorehouseDto allocationStorehouseDto); /** * 新增调拨记录 * * @param allocationStorehouseDto */ @RequestMapping(value = "/saveAllocationStorehouses", method = RequestMethod.POST) void saveAllocationStorehouses(@RequestBody AllocationStorehouseDto allocationStorehouseDto); }