1234567891011121314151617181920212223242526 |
- //
- // MyStuVC.h
- // jiaPeiC
- //
- // Created by apple on 15/12/17.
- // Copyright © 2015年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "StudentSignInVC.h"
- @interface MyStuVC : UIViewController
- @property (nonatomic, strong) NSDictionary *stuDic;
- @property (nonatomic, strong) BlockTypeVo refreshStuList;//当前类修改休学状态后。刷新上层学员列表
- @end
- /**
- 主要是查询我的,学员。
- */
|