123456789101112131415161718192021222324252627282930 |
- //
- // YOUPAILZVipPayInfoModel.m
- // VQU
- //
- // Created by CY on 2021/8/21.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "YOUPAILZVipPayInfoModel.h"
- @implementation YOUPAILZVipPayInfoModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipstatus":@"status",
- @"youpaipexpire":@"expire",
- @"youpaipbtn":@"btn",
- @"youpaipprice":@"price",
- @"youpaipexpire_date":@"expire_date",
- @"youpaipreturn_coin":@"return_coin",
- @"youpaipold_price":@"old_price",
- @"youpaiptip":@"tip",
- @"youpaiptime_start":@"time_start",
- @"youpaiptime_over":@"time_over",
- @"youpaipios_product_id":@"ios_product_id"
- };
- }
- @end
|