/**
 * Device list data
 * 设备列表数据
 */
export type DeviceListDto = {
    id: number;
    name: string;
};
