// // OrbitVC.h // jiaPeiC // // Created by apple on 16/9/12. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface OrbitVC : UIViewController @property (nonatomic, copy) NSString *orderId; @property (nonatomic, copy) NSString *type;//1订单 2 学时 @end