1234567891011121314151617181920212223242526 |
- //
- // YOUPAILCVerifyBigCastModel.m
- // LiveChat
- //
- // Created by 张灿 on 2018/8/31.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import "YOUPAILCVerifyBigCastModel.h"
- @implementation YOUPAILCVerifyBigCastModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipanchor_status":@"anchor_status",
- @"youpaipapply_status":@"apply_status",
- @"youpaipagree_protocol":@"agree_protocol",
- @"youpaipphoto_status":@"photo_status",
- @"youpaipcamera_status":@"camera_status",
- @"youpaipskill_status":@"skill_status",
- @"youpaipaudit_remark":@"audit_remark",
- };
- }
- @end
|