79 lines
1.1 KiB
Mathematica
79 lines
1.1 KiB
Mathematica
![]() |
//
|
||
|
// RoomLuckyPackageInfoModel.m
|
||
|
// YuMi
|
||
|
//
|
||
|
// Created by P on 2025/2/11.
|
||
|
//
|
||
|
|
||
|
#import "RoomLuckyPackageInfoModel.h"
|
||
|
|
||
|
@implementation RedEnvelopeUserVo
|
||
|
|
||
|
@end
|
||
|
|
||
|
@implementation RedEnvelopeGiftVo
|
||
|
|
||
|
@end
|
||
|
|
||
|
@implementation RedEnvelopeGiftItemVO
|
||
|
|
||
|
@end
|
||
|
|
||
|
@implementation RedEnvelopeReceiveVo
|
||
|
|
||
|
+ (NSDictionary *)objectClassInArray {
|
||
|
return @{
|
||
|
@"redEnvelopeGiftItemVOs":RedEnvelopeGiftItemVO.class
|
||
|
};
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|
||
|
|
||
|
@implementation RedEnvelopeDetailVo
|
||
|
|
||
|
@end
|
||
|
|
||
|
@implementation RedEnvelopeListVo
|
||
|
+ (NSDictionary *)objectClassInArray {
|
||
|
return @{
|
||
|
@"userVO":UserInfoModel.class
|
||
|
};
|
||
|
}
|
||
|
|
||
|
//+ (NSDictionary *)replacedKeyFromPropertyName {
|
||
|
// return @{
|
||
|
// @"redEnvelopeId":@"id"
|
||
|
// };
|
||
|
//}
|
||
|
|
||
|
@end
|
||
|
|
||
|
@implementation RedEnvelopeV2Config
|
||
|
|
||
|
|
||
|
@end
|
||
|
|
||
|
@implementation RoomLuckyPackageInfoModel
|
||
|
+ (NSDictionary *)objectClassInArray {
|
||
|
return @{
|
||
|
@"redEnvelopeListVoList":RedEnvelopeListVo.class
|
||
|
};
|
||
|
}
|
||
|
@end
|
||
|
|
||
|
@implementation OpenRedEnvelopeCurrentUserGift
|
||
|
|
||
|
|
||
|
@end
|
||
|
|
||
|
@implementation OpenRedEnvelopeVo
|
||
|
|
||
|
+ (NSDictionary *)objectClassInArray {
|
||
|
return @{
|
||
|
@"currentUserGifts":OpenRedEnvelopeCurrentUserGift.class
|
||
|
};
|
||
|
}
|
||
|
|
||
|
@end
|