export declare class GetQueryDropDownUIControlRequest { constructor(params: Partial); /** * 业务标识 */ pageId: string; }