// // Copyright © 2019 dahua. All rights reserved. // #import "LCResponseModel.h" @implementation LCResponseResultModel @end @implementation LCResponseModel +(NSDictionary *)mj_replacedKeyFromPropertyName{ return @{ @"identifier":@"id" }; } @end