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