xiaogang
2021-07-17 1024666b99a24bd7d5e4dc442d6b0c0319fa2f29
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);
}