import 'package:huixiang/generated/json/act_info.g.dart'; import 'package:huixiang/generated/json/base/json_field.dart'; @JsonSerializable() class ActInfo { ActInfo(); String? couponDiscountAmount; int? couponDiscountRate; String? couponId; int? couponType; String? discountAmount; int? discountRate; String? promotionId; int? promotionType; factory ActInfo.fromJson(Map json) => $ActInfoFromJson(json); Map toJson() => $ActInfoToJson(this); }