123456789101112131415161718192021 |
- //
- // AddRecordVC.h
- // jiaPeiC
- //
- // Created by apple on 16/3/10.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AddRecordVC : UIViewController
- @property (nonatomic, strong) NSDictionary *stuDic;//学员信息
- @property (nonatomic, strong) NSDictionary *recordDic;//要修改的原数据
- @property (nonatomic, strong) NSArray *teachType;//教学日志类型
- @property (nonatomic, copy) BlockTypeVo refreshTeachlogs;
- @end
|