OtherInStorageGoodsDetailVC.h 337 B

1234567891011121314
  1. //
  2. // OtherInStorageGoodsDetailVC.h
  3. // IBOSSmini
  4. //
  5. // Created by guan hong hou on 2018/4/26.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. @interface OtherInStorageGoodsDetailVC : BaseViewController
  10. @property(nonatomic,strong)OtherInStorageGoodsSearchListModel *goodsDetailModel;
  11. @end