RAOrderEditorViewController.h 438 B

123456789101112131415161718
  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 bool have_tail;
  11. @property (nonatomic,assign) BOOL resumeOrder;///<恢复订单
  12. - (void)recoveryFromUrgencyDic:(NSDictionary *)urgencyDic;
  13. @end