src/api/inventoryManagement/stockInventory.js
@@ -103,3 +103,12 @@
    });
};
// 分页查询产品库存和领用量
export const pageStockAndBorrow = (params) => {
    return request({
        url: "/stockInventory/pageStockAndBorrow",
        method: "post",
        data: params,
    });
};