// // LMGonghuiDetailModel.m // SweetParty // // Created by Xmac on 2024/8/8. // #import "LMGonghuiDetailModel.h" @implementation LMGonghuiDetailModel + (NSDictionary *)mj_objectClassInArray { return @{@"ghz":[LMGonghuiDetailGhzModel class]}; } + (NSDictionary *)mj_replacedKeyFromPropertyName { return @{@"guild_id" : @"id"}; } @end @implementation LMGonghuiDetailGhzModel @end