YOUPAILZLiveCategoryModel.m 385 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZLiveCategoryModel.m
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/2.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "YOUPAILZLiveCategoryModel.h"
  9. @implementation YOUPAILZLiveCategoryModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipid":@"id",
  14. @"youpaiptitle":@"title",
  15. @"youpaiptype":@"type",
  16. };
  17. }
  18. @end