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