MyStuVC.h 437 B

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