更换项目
This commit is contained in:
22
YuMi/Modules/YMMine/Model/Recharge/RechargeListModel.h
Normal file
22
YuMi/Modules/YMMine/Model/Recharge/RechargeListModel.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// RechargeListModel.h
|
||||
// YUMI
|
||||
//
|
||||
// Created by YUMI on 2021/9/24.
|
||||
//
|
||||
|
||||
#import "NSObject+MJExtension.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface RechargeListModel : NSObject
|
||||
///充值的id
|
||||
@property(nonatomic, strong) NSString *chargeProdId;
|
||||
@property(nonatomic, strong) NSString *prodName;
|
||||
@property (copy, nonatomic) NSString *prodDesc;
|
||||
@property(nonatomic, strong) NSNumber *money;
|
||||
@property(nonatomic, strong) NSNumber *giftGoldNum;
|
||||
@property(nonatomic, strong) NSString *channel;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user