YOUPAILZVipPayInfoModel.m 722 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // YOUPAILZVipPayInfoModel.m
  3. // VQU
  4. //
  5. // Created by CY on 2021/8/21.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "YOUPAILZVipPayInfoModel.h"
  9. @implementation YOUPAILZVipPayInfoModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipstatus":@"status",
  14. @"youpaipexpire":@"expire",
  15. @"youpaipbtn":@"btn",
  16. @"youpaipprice":@"price",
  17. @"youpaipexpire_date":@"expire_date",
  18. @"youpaipreturn_coin":@"return_coin",
  19. @"youpaipold_price":@"old_price",
  20. @"youpaiptip":@"tip",
  21. @"youpaiptime_start":@"time_start",
  22. @"youpaiptime_over":@"time_over",
  23. @"youpaipios_product_id":@"ios_product_id"
  24. };
  25. }
  26. @end