YOUPAILZLiveRecommendGiftModel.m 539 B

1234567891011121314151617181920212223242526
  1. //
  2. // YOUPAILZLiveRecommendGiftModel.m
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/22.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "YOUPAILZLiveRecommendGiftModel.h"
  9. @implementation YOUPAILZLiveRecommendGiftModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipid":@"id",
  14. @"youpaiptype":@"type",
  15. @"youpaipsvga":@"svga",
  16. @"youpaipmd5_string":@"md5_string",
  17. @"youpaipname":@"name",
  18. @"youpaipprice":@"price",
  19. @"youpaipimg":@"img",
  20. };
  21. }
  22. @end