This commit is contained in:
2025-12-03 18:49:18 +08:00
parent 6f02bc7cf5
commit 82123fc232
3 changed files with 98 additions and 41 deletions

View File

@@ -8,11 +8,13 @@
@implementation KBCharacter
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
// id -> characterId
//
return @{
@"characterId": @"id"
// id -> characterId
@"characterId": @"id",
// characterName title
@"characterName": @[@"characterName", @"title"],
};
}
@end