mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 10:06:23 +08:00
@@ -4,15 +4,15 @@ part 'attention_tip.g.dart';
|
||||
|
||||
@JsonSerializable()
|
||||
class AttentionTip {
|
||||
@JsonKey(name: 'card_num')
|
||||
int? cardNum;
|
||||
String? tip;
|
||||
@JsonKey(name: 'card_num')
|
||||
int? cardNum;
|
||||
String? tip;
|
||||
|
||||
AttentionTip({this.cardNum, this.tip});
|
||||
AttentionTip({this.cardNum, this.tip});
|
||||
|
||||
factory AttentionTip.fromJson(Map<String, dynamic> json) {
|
||||
return _$AttentionTipFromJson(json);
|
||||
}
|
||||
factory AttentionTip.fromJson(Map<String, dynamic> json) {
|
||||
return _$AttentionTipFromJson(json);
|
||||
}
|
||||
|
||||
Map<String, dynamic> toJson() => _$AttentionTipToJson(this);
|
||||
Map<String, dynamic> toJson() => _$AttentionTipToJson(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user