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