import 'package:bbyyy/generated/json/base/json_convert_content.dart'; import 'package:bbyyy/generated/json/base/json_field.dart'; class AdBeanEntity with JsonConvert { AdBeanData data; String error; } class AdBeanData with JsonConvert { int total; List data; } class AdBeanDataData with JsonConvert { int id; String description; @JSONField(name: "link_id") int linkId; int type; @JSONField(name: "create_time") String createTime; int days; @JSONField(name: "user_pic") String userPic; @JSONField(name: "user_name") String userName; String title; @JSONField(name: "link_type") int linkType; @JSONField(name: "start_date") String startDate; @JSONField(name: "user_uid") int userUid; @JSONField(name: "cover_path") String coverPath; String pictures; bool renewed; String mobile; @JSONField(name: "on_show") bool onShow; @JSONField(name: "paid") bool paid; }