// // ClassModel.m // ZBProject // // Created by 学丽 on 2019/4/9. // Copyright © 2019 ZB. All rights reserved. // #import "ClassModel.h" @implementation ClassModel -(void)setValue:(id)value forUndefinedKey:(NSString *)key { } + (NSDictionary *)modelCustomPropertyMapper { return @{@"Id":@"id"}; } @end