爵位完成
This commit is contained in:
23
QXLive/Mine(音域)/Model/爵位/QXNobilityGetPriceModel.m
Normal file
23
QXLive/Mine(音域)/Model/爵位/QXNobilityGetPriceModel.m
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// QXNobilityGetPriceModel.m
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/11/8.
|
||||
//
|
||||
|
||||
#import "QXNobilityGetPriceModel.h"
|
||||
|
||||
@implementation QXNobilityGetPriceModel
|
||||
+(NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
|
||||
return @{
|
||||
@"power_list" : @"QXNobilityGetPricePowerList",
|
||||
};
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
@implementation QXNobilityGetPricePowerList
|
||||
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user