export declare class GetComHelpTreeListRequest { constructor(params: Partial); /** * 帮助标识 */ helpId: string; /** * 查询关键字 */ searchKey?: string; /** * json过滤条件 */ clientJsonFilter?: string; /** * sql过滤条件 */ clientSqlFilter?: string; /** * 节点id */ node?: string; }