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