YOUPAILZVipCoinRechargeModel.m 482 B

123456789101112131415161718192021222324
  1. //
  2. // YOUPAILZVipCoinRechargeModel.m
  3. // VQU
  4. //
  5. // Created by CY on 2021/8/26.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "YOUPAILZVipCoinRechargeModel.h"
  9. @implementation YOUPAILZVipCoinRechargeModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipid":@"id",
  14. @"youpaipname":@"name",
  15. @"youpaipnoble_coin":@"noble_coin",
  16. @"youpaipprice":@"price",
  17. @"youpaipisSelected":@"isSelected",
  18. };
  19. }
  20. @end