YOUPAILZVideoDiscountItemModel.m 377 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILZVideoDiscountItemModel.m
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/19.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "YOUPAILZVideoDiscountItemModel.h"
  9. @implementation YOUPAILZVideoDiscountItemModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaiptime_id":@"time_id",
  14. @"youpaiptime":@"time",
  15. };
  16. }
  17. @end