- import 'package:bbyyy/generated/json/base/json_convert_content.dart';
- import 'package:bbyyy/generated/json/base/json_field.dart';
- class SystemInformationBeanListEntity with JsonConvert<SystemInformationBeanListEntity> {
- String type;
- SystemInformationBeanListContent content;
- }
- class SystemInformationBeanListContent with JsonConvert<SystemInformationBeanListContent> {
- @JSONField(name: "start_time")
- String startTime;
- String content;
- }
|