//// ICRPerson.m// XFFruit//// Created by liyang on 15/7/23.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "ICRPerson.h"@implementationICRPerson+(NSDictionary*)specialKeysAndReplaceKeys{return@{@"perId":[[selfclass]PrimaryKey],};}+(NSString*)PrimaryKey{return@"uuid";}@end