线上所有马甲包模板,与《猎豆》同UI。域名zhuadd

HSQAccountModel.h 416B

1234567891011121314151617181920
  1. //
  2. // HSQAccountModel.h
  3. // YouHuiProject
  4. //
  5. // Created by liuxueli on 2018/11/22.
  6. // Copyright © 2018 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HSQAccountModel : NSObject
  11. @property(nonatomic,strong)NSString *totalOrder;
  12. @property(nonatomic,strong)NSString *rebateMoney;
  13. @property(nonatomic,strong)NSString *yearAndMonth;
  14. @end
  15. NS_ASSUME_NONNULL_END