src/api/inventoryManagement/stockInventory.js @@ -60,3 +60,9 @@ }); }; export function getMaterials() { return request({ url: "/stockInventory/getMaterials", method: "get", }); }