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