RAOrderEditorViewController.h 352 B

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