YOUPAIZYVideoLikesModel.m 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. //
  2. // YOUPAIZYVideoLikesModel.m
  3. // VQU
  4. //
  5. // Created by Elaine on 2020/11/17.
  6. // Copyright © 2020 leo. All rights reserved.
  7. //
  8. #import "YOUPAIZYVideoLikesModel.h"
  9. @implementation YOUPAIZYVideoLikesModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipage":@"age",
  14. @"youpaipavatar":@"avatar",
  15. @"youpaipavatar_frame":@"avatar_frame",
  16. @"youpaipcity":@"city",
  17. @"youpaipcontent":@"content",
  18. @"youpaipcover_url":@"cover_url",
  19. @"youpaipcreate_time":@"create_time",
  20. @"youpaipdate":@"date",
  21. @"youpaipfrom_user_id":@"from_user_id",
  22. @"youpaipgender":@"gender",
  23. @"youpaipid":@"id",
  24. @"youpaipis_anchor":@"is_anchor",
  25. @"youpaipnickname":@"nickname",
  26. @"youpaiptype":@"type",
  27. @"youpaipvip":@"vip",
  28. @"youpaipvip_icon":@"vip_icon",
  29. @"youpaipvt_id":@"vt_id",
  30. @"youpaipfile_url":@"file_url",
  31. @"youpaiplike_count":@"like_count",
  32. @"youpaipis_watch":@"is_watch",
  33. @"youpaipis_live":@"is_live",
  34. };
  35. }
  36. @end