提交
This commit is contained in:
@@ -54,7 +54,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
///1 锁 0 开
|
||||
@property(nonatomic,strong)NSString *is_lock;
|
||||
@property(nonatomic,strong)NSArray<QXDayTaskListModel*>*task_list;
|
||||
|
||||
/// 待领取数量
|
||||
@property(nonatomic,assign)NSInteger wait_reward_num;
|
||||
@property(nonatomic,assign)BOOL isSelected;
|
||||
@end
|
||||
|
||||
|
||||
@@ -36,6 +36,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 是否为cp礼物 0 打开 1 锁住
|
||||
@property (nonatomic,strong)NSString *is_cp;
|
||||
|
||||
@property (nonatomic,strong)NSString *icon;
|
||||
|
||||
/// 是否为师徒标签
|
||||
@property (nonatomic,strong)NSString *is_teacher;
|
||||
|
||||
|
||||
21
QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.h
Normal file
21
QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// QXRoomActivityStatusModel.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/12/21.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXRoomActivityStatusModel : NSObject
|
||||
@property (nonatomic,strong)NSString *gift_bag_id;
|
||||
@property (nonatomic,strong)NSString *name;
|
||||
/// 活动状态 0 未开启 1 已开启
|
||||
@property (nonatomic,strong)NSString *status;
|
||||
@property (nonatomic,strong)NSString *status_str;
|
||||
@property (nonatomic,strong)NSString *icon;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
12
QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.m
Normal file
12
QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.m
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// QXRoomActivityStatusModel.m
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/12/21.
|
||||
//
|
||||
|
||||
#import "QXRoomActivityStatusModel.h"
|
||||
|
||||
@implementation QXRoomActivityStatusModel
|
||||
|
||||
@end
|
||||
@@ -54,6 +54,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,strong)NSArray<QXUserHomeModel*>*user_list;
|
||||
/// 火热值
|
||||
@property (nonatomic,strong)NSString*hot_value;
|
||||
|
||||
@property (nonatomic,strong)NSString*lucky_water;
|
||||
@end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user