YOUPAIZYLabelModel.m 601 B

123456789101112131415161718192021222324252627
  1. //
  2. // YOUPAIZYLabelModel.m
  3. // VQU
  4. //
  5. // Created by Elaine on 2020/12/16.
  6. // Copyright © 2020 leo. All rights reserved.
  7. //
  8. #import "YOUPAIZYLabelModel.h"
  9. @implementation YOUPAIZYLabelModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaiptag_id":@"id",
  14. @"youpaipname":@"name",
  15. @"youpaipscene":@"scene",
  16. @"youpaipstatus":@"status",
  17. @"youpaiptype":@"type",
  18. @"youpaipisSelect":@"isSelect",
  19. @"youpaipstart_color":@"start_color",
  20. @"youpaipover_color":@"over_color",
  21. @"youpaipnum":@"num",
  22. };
  23. }
  24. @end