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