/** * 分页DTO */ export declare class PaginationDto { page?: number; limit?: number; }