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