添加老师所教科目注释描述

This commit is contained in:
Cool 2025-02-11 21:58:20 +08:00
parent f5f9604cb6
commit 190a89dc1a
2 changed files with 10 additions and 8 deletions

View File

@ -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;

View File

@ -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;
/** /**