// // KBUser.m // #import "KBUser.h" #import @implementation KBUser + (NSDictionary *)mj_replacedKeyFromPropertyName { return @{ @"userId": @[@"uid"], @"gender": @[@"gender", @"sex"], }; } @end