Map<String, dynamic> toJson() => { 'appID': appID, 'bizType': bizType, // 其他属性需要通过 getter 方法获取,这里只显示基本信息 };