1234567891011121314151617181920 |
- //
- // HSQAccountModel.h
- // YouHuiProject
- //
- // Created by liuxueli on 2018/11/22.
- // Copyright © 2018 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface HSQAccountModel : NSObject
- @property(nonatomic,strong)NSString *totalOrder;
- @property(nonatomic,strong)NSString *rebateMoney;
- @property(nonatomic,strong)NSString *yearAndMonth;
- @end
- NS_ASSUME_NONNULL_END
|