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