spring
2026-05-18 df4cb7a2bac9ff10802cc9a95c0812d0a62f73f6
src/api/inventoryManagement/stockInventory.js
@@ -17,6 +17,15 @@
    });
};
// 分页查询联合库存记录列表(包含商品信息)
export const getStockInventoryListPageCombined = (params) => {
    return request({
        url: "/stockInventory/pageListCombinedStockInventory",
        method: "get",
        params,
    });
};
// 减少库存记录
export const subtractStockInventory = (params) => {
    return request({