dkahgld

ZBIncomeViewController.h 489B

123456789101112131415161718192021
  1. //
  2. // ZBIncomeViewController.h
  3. // ZBProject
  4. //
  5. // Created by 学丽 on 2019/3/28.
  6. // Copyright © 2019 ZB. All rights reserved.
  7. //
  8. #import "ZBBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ZBIncomeViewController : ZBBaseViewController
  11. @property(nonatomic,copy)NSString *yearMonthDay;
  12. @property(nonatomic,assign)NSInteger isDay;//是否按天 1:按天 0:按月
  13. @property(nonatomic,copy)NSString *type;
  14. @property(nonatomic,copy)NSString *isShow;
  15. @end
  16. NS_ASSUME_NONNULL_END