提交
This commit is contained in:
45
QXLive/Mine(音域)/Model/QXDayTaskModel.m
Normal file
45
QXLive/Mine(音域)/Model/QXDayTaskModel.m
Normal file
@@ -0,0 +1,45 @@
|
||||
//
|
||||
// QXDayTaskModel.m
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/7/10.
|
||||
//
|
||||
|
||||
#import "QXDayTaskModel.h"
|
||||
|
||||
@implementation QXDayTaskModel
|
||||
+(NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
|
||||
return @{
|
||||
@"tasks" : @"QXDayTaskTypeModel",
|
||||
@"gift_box_list" : @"QXGiftBoxModel",
|
||||
};
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
@implementation QXGiftBoxModel
|
||||
|
||||
@end
|
||||
|
||||
@implementation QXDayTaskTypeModel
|
||||
|
||||
+(NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
|
||||
return @{
|
||||
@"daily_tasks" : @"QXDayTaskListModel",
|
||||
@"usual_tasks" : @"QXDayTaskListModel",
|
||||
@"daily_tasks_special": @"QXDayTaskListModel",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
@implementation QXDayTaskListModel
|
||||
|
||||
@end
|
||||
|
||||
@implementation QXTaskGiftBoxRecordModel
|
||||
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user