28 lines
425 B
Objective-C
28 lines
425 B
Objective-C
//
|
|
// QXSubsidyModel.m
|
|
// IsLandVoice
|
|
//
|
|
// Created by 启星 on 2025/4/23.
|
|
//
|
|
|
|
#import "QXSubsidyModel.h"
|
|
|
|
@implementation QXSubsidyModel
|
|
+ (NSDictionary *)modelContainerPropertyGenericClass {
|
|
return @{@"thisweek" : [QXSubsidyDetailModel class],
|
|
@"lastweek" : [QXSubsidyDetailModel class]
|
|
};
|
|
}
|
|
@end
|
|
|
|
@implementation QXSubsidyDetailModel
|
|
|
|
|
|
|
|
@end
|
|
@implementation QXSubsidyHistoryModel
|
|
|
|
|
|
|
|
@end
|