liyong
20 小时以前 435c3c3533d65fe6fe82c3fbe6366c4f64660755
src/api/inventoryManagement/stockInventory.js
@@ -8,6 +8,15 @@
    });
};
// 分页查询联合库存记录列表(包含商品信息)
export const getStockInventoryListPageCombined = (params) => {
    return request({
        url: "/stockInventory/pageListCombinedStockInventory",
        method: "get",
        params,
    });
};
// 创建库存记录
export const createStockInventory = (params) => {
    return request({