1234567891011121314151617181920212223 |
- //
- // YOUPAIHRPersonnelManagementModel.m
- // VQU
- //
- // Created by xiaohaoran on 2021/11/12.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "YOUPAIHRPersonnelManagementModel.h"
- @implementation YOUPAIHRPersonnelManagementModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipuser_id":@"user_id",
- @"youpaipidentity":@"identity",
- @"youpaipnickname":@"nickname",
- @"youpaipavatar":@"avatar",
- @"youpaipusercode":@"usercode",
- };
- }
- @end
|