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