| 123456789101112131415 |
- //
- // RAOrderEditorViewController.h
- // iSales-NPD
- //
- // Created by Jack on 2017/11/7.
- // Copyright © 2017年 United Software Applications, Inc. All rights reserved.
- //
- #import "CommonEditorViewController.h"
- @interface RAOrderEditorViewController : CommonEditorViewController
- @property (nonatomic,assign) BOOL resumeOrder;///<恢复订单
- @end
|