import 'package:bbyyy/generated/json/system_information_bean_list_entity.g.dart'; import 'package:bbyyy/generated/json/base/json_field.dart'; @JsonSerializable() class SystemInformationBeanListEntity { SystemInformationBeanListEntity(); factory SystemInformationBeanListEntity.fromJson(Map json) => $SystemInformationBeanListEntityFromJson(json); Map toJson() => $SystemInformationBeanListEntityToJson(this); String type; SystemInformationBeanListContent content; } @JsonSerializable() class SystemInformationBeanListContent { SystemInformationBeanListContent(); factory SystemInformationBeanListContent.fromJson(Map json) => $SystemInformationBeanListContentFromJson(json); Map toJson() => $SystemInformationBeanListContentToJson(this); @JSONField(name: "start_time") String startTime; String content; }