java110
2022-03-24 971023df5fd3795e24d10d4d4d03ee112df12297
service-store/src/main/java/com/java110/store/smo/impl/AllocationStorehouseInnerServiceSMOImpl.java
@@ -81,6 +81,16 @@
        return allocationAllocationStorehousehouseServiceDaoImpl.queryAllocationStorehousesCount(BeanConvertUtil.beanCovertMap(allocationAllocationStorehousehouseDto));
    }
    /**
     * 新增调拨记录
     *
     * @param allocationStorehouseDto
     */
    @Override
    public void saveAllocationStorehouses(@RequestBody AllocationStorehouseDto allocationStorehouseDto) {
        allocationAllocationStorehousehouseServiceDaoImpl.saveAllocationStorehouseInfo(BeanConvertUtil.beanCovertMap(allocationStorehouseDto));
    }
    public IAllocationStorehouseServiceDao getAllocationStorehouseServiceDaoImpl() {
        return allocationAllocationStorehousehouseServiceDaoImpl;
    }