// // ContactsModel.m // LekangGuard // // Created by ecell on 2022/11/28. // #import "ContactsModel.h" @implementation ContactsModel + (NSDictionary *)modelCustomPropertyMapper { return @{ @"Id":@"id" }; } @end