/**数据列表 */ type DataList = { code: number; msg: string; total: number; rows: Record; };