YOUPAIZYAsylumModel.m 511 B

12345678910111213141516171819202122232425
  1. //
  2. // YOUPAIZYAsylumModel.m
  3. // VQU
  4. //
  5. // Created by Elaine on 2020/10/10.
  6. // Copyright © 2020 leo. All rights reserved.
  7. //
  8. #import "YOUPAIZYAsylumModel.h"
  9. @implementation YOUPAIZYAsylumModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipavatar":@"avatar",
  14. @"youpaipgender":@"gender",
  15. @"youpaipnickname":@"nickname",
  16. @"youpaiptotal_day":@"total_day",
  17. @"youpaipuser_id":@"user_id",
  18. @"youpaipusercode":@"usercode",
  19. };
  20. }
  21. @end