java110
2021-08-05 54f7a73a0b9f80dabbc08cafd76075b9f58c1d7e
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);
}