提交
This commit is contained in:
@@ -93,7 +93,22 @@
|
||||
// @"zhenai" : @"QXRelationshipListModel"
|
||||
@"user_info1": @"QXUserModel",
|
||||
@"user_info2": @"QXUserModel",
|
||||
@"gift_log" : @"QXUserHeartBeatSpaceLogModel"
|
||||
};
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation QXUserHeartBeatSpaceLogModel
|
||||
|
||||
+(NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
|
||||
return @{
|
||||
// @"qinmi" : @"QXRelationshipListModel",
|
||||
// @"zhenai" : @"QXRelationshipListModel"
|
||||
@"from_user_info": @"QXUserModel",
|
||||
@"to_user_info": @"QXUserModel",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user