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