StockingDetailViewController.h 313 B

123456789101112131415161718
  1. //
  2. // StockingDetailViewController.h
  3. // IBOSSmini
  4. //
  5. // Created by apple on 2017/5/17.
  6. // Copyright © 2017年 elongtian. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. @interface StockingDetailViewController : BaseViewController
  10. /**
  11. id
  12. */
  13. @property(nonatomic,strong) NSString *stockingID;
  14. @end