InventoryAnalysisSearchCel.h 683 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // InventoryAnalysisSearchCel.h
  3. // IBOSS
  4. //
  5. // Created by ssl on 2018/1/4.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import "SideSlipBaseTableViewCell.h"
  9. #import "InventoryAnalysisSearchModel.h"
  10. @interface InventoryAnalysisSearchCel : SideSlipBaseTableViewCell
  11. /**
  12. 抽屉共有类
  13. */
  14. @property (nonatomic,strong)SideSlipModel * slideModel;
  15. /**
  16. 日志查询信息存储字典
  17. */
  18. @property (nonatomic,strong) NSMutableDictionary *mutDict;
  19. /**
  20. 搜索模型
  21. */
  22. @property (strong,nonatomic)InventoryAnalysisSearchModel *searchModel;
  23. @property (weak, nonatomic) IBOutlet UIButton *btnKind;
  24. @property (weak, nonatomic) IBOutlet UIButton *btnBrand;
  25. @end