import 'package:huixiang/generated/json/base/json_field.dart'; import 'package:huixiang/generated/json/delivery_info.g.dart'; @JsonSerializable() class DeliveryInfo { bool? dadaRegStatus; String? dadaSourceId; bool? dadaStatus; bool? dianwodaRegStatus; bool? dianwodaStatus; bool? meituanRegStatus; bool? meituanStatus; DeliveryInfo({this.dadaRegStatus, this.dadaSourceId, this.dadaStatus, this.dianwodaRegStatus, this.dianwodaStatus, this.meituanRegStatus, this.meituanStatus}); factory DeliveryInfo.fromJson(Map json) => $DeliveryInfoFromJson(json); Map toJson() => $DeliveryInfoToJson(this); }