export declare class SetQueryDropDownDataResponse { /** * 状态码 */ code: number; /** * 保存结果 */ data: boolean; /** * 提示消息 */ message: string; }