// // RemindModel.m // LekangGuard // // Created by ecell on 2022/12/29. // #import "RemindModel.h" @implementation RemindModel + (NSDictionary *)modelCustomPropertyMapper { return @{ @"Id":@"id" }; } //+ (NSDictionary *)modelContainerPropertyGenericClass //{ // return @{ // @"context" : ContextModel.class // }; //} @end