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