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