YOUPAIZYVideoHeartGiftModel.m 437 B

123456789101112131415161718192021
  1. //
  2. // YOUPAIZYVideoHeartGiftModel.m
  3. // VQU
  4. //
  5. // Created by Elaine on 2020/12/18.
  6. // Copyright © 2020 leo. All rights reserved.
  7. //
  8. #import "YOUPAIZYVideoHeartGiftModel.h"
  9. @implementation YOUPAIZYVideoHeartGiftModel+ (NSDictionary *)mj_replacedKeyFromPropertyName
  10. {
  11. return @{
  12. @"youpaipheart_giftId":@"id",
  13. @"youpaipname":@"name",
  14. @"youpaipprice":@"price",
  15. @"youpaiptype":@"type",
  16. };
  17. }
  18. @end