// // QXUserDressModel.m // QXLive // // Created by 启星 on 2025/6/6. // #import "QXUserDressModel.h" @implementation QXUserDressModel @end @implementation QXUserDressTypeModel @end @implementation QXShopDressModel @end @implementation QXShopDressDetailModel + (NSDictionary *)modelContainerPropertyGenericClass { return @{@"user_info" : [QXShopUserModel class], @"decorate" : [QXShopDressInfoModel class] }; } @end @implementation QXShopUserModel @end @implementation QXShopDressInfoModel + (NSDictionary *)modelContainerPropertyGenericClass { return @{@"price_list" : [QXShopDressPriceModel class], }; } @end @implementation QXShopDressPriceModel @end