src/api/inventoryManagement/stockInventory.js
@@ -8,6 +8,17 @@ }); }; // 根据ID查询库存记录详情 export const getStockInventoryById = (params) => { return request({ url: "/stockInventory/getById", method: "get", params, }); }; // 创建库存记录 export const createStockInventory = (params) => { return request({