YOUPAILCVerifyBigCastModel.m 654 B

1234567891011121314151617181920212223242526
  1. //
  2. // YOUPAILCVerifyBigCastModel.m
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/8/31.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "YOUPAILCVerifyBigCastModel.h"
  9. @implementation YOUPAILCVerifyBigCastModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipanchor_status":@"anchor_status",
  14. @"youpaipapply_status":@"apply_status",
  15. @"youpaipagree_protocol":@"agree_protocol",
  16. @"youpaipphoto_status":@"photo_status",
  17. @"youpaipcamera_status":@"camera_status",
  18. @"youpaipskill_status":@"skill_status",
  19. @"youpaipaudit_remark":@"audit_remark",
  20. };
  21. }
  22. @end