YOUPAILZGamePropertyPublicModel.m 370 B

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