| 12345678910111213141516 |
- //
- // OrderGoodsDetailVC.h
- // IBOSSmini
- //
- // Created by guan hong hou on 2018/1/23.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import "BaseViewController.h"
- #import "OrderGoodsListModel.h"
- #import "UIColor+hexColor.h"
- @interface SalesOrderGoodsDetailVC : BaseViewController
- @property(nonatomic,strong)OrderGoodsListModel* goodsListModel;
- @property(assign) NSInteger status;
- @end
|