解决方法 重写id的set方法 (void)setValue:(id)value forUndefinedKey:(NSString *)key { if ([key isEqualToString:@"id"]) { self.statusId = value; } }