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