| 1234567891011121314 |
- //
- // OtherInStorageGoodsDetailVC.h
- // IBOSSmini
- //
- // Created by guan hong hou on 2018/4/26.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import "BaseViewController.h"
- @interface OtherInStorageGoodsDetailVC : BaseViewController
- @property(nonatomic,strong)OtherInStorageGoodsSearchListModel *goodsDetailModel;
- @end
|