import 'package:bbyyy/generated/json/base/json_convert_content.dart'; import 'package:bbyyy/generated/json/base/json_field.dart'; class SystemInformationBeanEntity with JsonConvert { String type; SystemInformationBeanContent content; } class SystemInformationBeanContent with JsonConvert { @JSONField(name: "start_time") String startTime; String content; }