export interface TreeArrayItem { id: any; level?: number; pid?: any; }