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