// 列表查询参数接口 export interface IListQuery { offset: number limit: number status?: string keywords: string } export interface IInfo { }