export interface ZTreeProps {
    width?: string;
    isShowEditBtn?: boolean;
    isAddOrEditIng?: boolean;
    treeList?: any[];
}
