You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
663 B

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<String, dynamic> json) =>
$DeliveryInfoFromJson(json);
Map<String, dynamic> toJson() => $DeliveryInfoToJson(this);
}