Files
keyboard/keyBoard/Class/Login/M/KBUser.m

19 lines
252 B
Mathematica
Raw Normal View History

2025-11-13 19:07:59 +08:00
//
// KBUser.m
//
#import "KBUser.h"
#import <MJExtension/MJExtension.h>
@implementation KBUser
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
return @{
2025-12-02 20:33:17 +08:00
@"userId": @[@"uid"],
2025-11-13 19:07:59 +08:00
@"gender": @[@"gender", @"sex"],
};
}
@end