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