YOUPAILZCommonGiftListModel.m 421 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILZCommonGiftListModel.m
  3. // VQU
  4. //
  5. // Created by 肖浩然的mac on 2021/8/30.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "YOUPAILZCommonGiftListModel.h"
  9. @implementation YOUPAILZCommonGiftListModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipid":@"id",
  14. @"youpaipname":@"name",
  15. @"youpaipsend_gift_hide":@"send_gift_hide",
  16. };
  17. }
  18. @end