// // CloudPhoneAuthModel.m // VclustersGemini // // Created by APPLE on 2020/10/9. // Copyright © 2020 APPLE. All rights reserved. // #import "PhoneP2PModel.h" @implementation PhoneP2PModel +(NSArray *)bg_unionPrimaryKeys{ return @[@"phoneId"]; } +(JSONKeyMapper *)keyMapper{ return [[JSONKeyMapper alloc]initWithDictionary:@{@"userCardId":@"phoneId"}]; } @end