1计寇,如果使用原生代碼來進(jìn)行字典轉(zhuǎn)模型,可以這樣寫
- (void)setValue:(id)value forUndefinedKey:(NSString *)key
{
if ([key isEqualToString:@"id"]) {
self.statusId = value;
}
}
2,如果使用第三方框架博脑,比如使用MJExtension添履,它里面有一個(gè)自帶的方法mj_replacedKeyFromPropertyName屁倔,在.m文件中,可以這樣寫:
- (NSDictionary *)mj_replacedKeyFromPropertyName{
return @{@"userid": @"id"};
}
既可以解決