export interface MetaSensorItem { id?: number; key?: string; name?: string; createDate?: Date; }