YOUPAIHROperationRecordModel.m 734 B

12345678910111213141516171819202122232425262728
  1. //
  2. // YOUPAIHROperationRecordModel.m
  3. // VQU
  4. //
  5. // Created by xiaohaoran on 2021/11/12.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "YOUPAIHROperationRecordModel.h"
  9. @implementation YOUPAIHROperationRecordModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipmanager_id":@"manager_id",
  14. @"youpaipnickname":@"nickname",
  15. @"youpaipcreate_time":@"create_time",
  16. @"youpaipdes":@"des",
  17. @"youpaipoperate":@"operate",
  18. @"youpaipop_user_id":@"op_user_id",
  19. @"youpaipcate_name":@"cate_name",
  20. @"youpaipop_user_name":@"op_user_name",
  21. @"youpaipmanager_identity":@"manager_identity",
  22. @"youpaipSF_time":@"SF_time",
  23. };
  24. }
  25. @end