| 1234567891011121314151617181920 |
- //
- // StockingDetailViewController.h
- // IBOSS
- //
- // Created by apple on 2017/5/17.
- // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved.
- //
- // 功能描述:盘点详细控制器
- //
- #import "BaseViewController.h"
- @interface StockingDetailViewController : BaseViewController
- /**
- id
- */
- @property (nonatomic,strong) NSString *stockingID;
- @property(nonatomic,strong) UIScrollView *scroll;
- @end
|