| | |
| | | */ |
| | | void saveBusinessAllocationStorehouseInfo(Map businessAllocationStorehouseInfo) throws DAOException; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 查询仓库调拨信息(business过程) |
| | | * 根据bId 查询仓库调拨信息 |
| | |
| | | */ |
| | | List<Map> getBusinessAllocationStorehouseInfo(Map info) throws DAOException; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 保存 仓库调拨信息 Business数据到 Instance中 |
| | | * @param info |
| | |
| | | */ |
| | | void saveAllocationStorehouseInfoInstance(Map info) throws DAOException; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 保存调拨记录 |
| | | * @param info |
| | | * @throws DAOException DAO异常 |
| | | */ |
| | | void saveAllocationStorehouseInfo(Map info) throws DAOException; |
| | | |
| | | /** |
| | | * 查询仓库调拨信息(instance过程) |
| | |
| | | */ |
| | | List<Map> getAllocationStorehouseInfo(Map info) throws DAOException; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 修改仓库调拨信息 |
| | | * @param info 修改信息 |
| | | * @throws DAOException DAO异常 |
| | | */ |
| | | void updateAllocationStorehouseInfoInstance(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | | * 查询仓库调拨总数 |