YOUPAILZVipRenewModel.m 487 B

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