1234567891011121314151617181920212223 |
- //
- // PJViewController.h
- // jiaPei
- //
- // Created by EchoShacolee on 2017/2/17.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "TrainDetailVC.h"
- @interface Evaluation : UIViewController
- /**
- [dic setValue:kmStr forKey:@"kmStr"];
- [dic setValue:coachdataArray[0] forKey:@"coachId"];
- [dic setValue:classId forKey:@"classId"];
- */
- @property(nonatomic,retain)NSDictionary * xsDic;//学时评价
- @property(nonatomic,retain)NSDictionary * orderDic;//订单评价
- @property(nonatomic,retain)TrainDetailVC * tvc;
- @end
|