// // YOUPAILZVipCoinRechargeModel.m // VQU // // Created by CY on 2021/8/26. // Copyright © 2021 MS. All rights reserved. // #import "YOUPAILZVipCoinRechargeModel.h" @implementation YOUPAILZVipCoinRechargeModel + (NSDictionary *)mj_replacedKeyFromPropertyName { return @{ @"youpaipid":@"id", @"youpaipname":@"name", @"youpaipnoble_coin":@"noble_coin", @"youpaipprice":@"price", @"youpaipisSelected":@"isSelected", }; } @end