添加老师所教科目注释描述
This commit is contained in:
parent
f5f9604cb6
commit
190a89dc1a
|
@ -38,7 +38,7 @@ public class H5LocalTeacher implements Serializable {
|
||||||
private String userName;
|
private String userName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 专业id,0表示未选择
|
* 专业id,0表示未选择,1为语文,4为地理,7为历史,8为政治
|
||||||
*/
|
*/
|
||||||
private Integer majorId;
|
private Integer majorId;
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,9 @@ public class H5WaiTeacher implements Serializable {
|
||||||
*/
|
*/
|
||||||
// 不需要导出这个字段
|
// 不需要导出这个字段
|
||||||
private String openId;
|
private String openId;
|
||||||
// 专业
|
/**
|
||||||
|
* 专业id,0表示未选择,1为语文,4为地理,7为历史,8为政治
|
||||||
|
*/
|
||||||
private Integer majorId;
|
private Integer majorId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue