StockingDetailViewController.h 431 B

1234567891011121314151617181920
  1. //
  2. // StockingDetailViewController.h
  3. // IBOSS
  4. //
  5. // Created by apple on 2017/5/17.
  6. // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved.
  7. //
  8. // 功能描述:盘点详细控制器
  9. //
  10. #import "BaseViewController.h"
  11. @interface StockingDetailViewController : BaseViewController
  12. /**
  13. id
  14. */
  15. @property (nonatomic,strong) NSString *stockingID;
  16. @property(nonatomic,strong) UIScrollView *scroll;
  17. @end