export interface MetaSensorItemUnit { id?: number; key?: string; unit?: string; mark?: string; createDate?: Date; }