| | |
| | | package com.qxueyou.scc.sys.model; |
| | | /** |
| | | * LoginController里cacheUserInfo方法的参数 |
| | | * LoginController里cacheUserInfo方法的参数 |
| | | * @author iqtogether |
| | | * |
| | | */ |
| | |
| | | /** userId*/ |
| | | private String userId; |
| | | |
| | | /** cookieֵ*/ |
| | | /** cookie值*/ |
| | | private String cookieValue; |
| | | |
| | | /** 班主任Id*/ |
| | | /** 班主任Id*/ |
| | | private String chargerClassId; |
| | | |
| | | /** ѧԱId*/ |
| | | /** 学员Id*/ |
| | | private String sutdentClassId; |
| | | |
| | | /** 管理员Id*/ |
| | | /** 管理员Id*/ |
| | | private String adminOrgId; |
| | | |
| | | /** 讲师班级Id*/ |
| | | /** 讲师班级Id*/ |
| | | private String teacherClassId; |
| | | |
| | | /** 助理讲师班级Id*/ |
| | | /** 助理讲师班级Id*/ |
| | | private String assTeacherClassId; |
| | | |
| | | /** 自定义机构管理员Id*/ |
| | | /** 自定义机构管理员Id*/ |
| | | private String customOrgId; |
| | | |
| | | /** 自定义角色Id*/ |
| | | /** 自定义角色Id*/ |
| | | private String curtomRoleId; |
| | | |
| | | /** 自定义角色值*/ |
| | | /** 自定义角色值*/ |
| | | private String customRoleValue; |
| | | |
| | | /** 是否缓存*/ |
| | | /** 是否缓存*/ |
| | | private Boolean cacheIpFlag; |
| | | |
| | | /** ip*/ |
| | | private String ip; |
| | | |
| | | /** 登录平台:platForm*/ |
| | | /** 登录平台:platForm*/ |
| | | private String platForm; |
| | | |
| | | /** |