Files
yuyin_ios/SweetParty/主类/Mine/GongHui/LMGonghuiDetailModel.m

29 lines
399 B
Mathematica
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// 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