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