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

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

@ -10,7 +10,7 @@ import java.util.Date;
import lombok.Data;
/**
*
*
* @TableName h5_local_teacher
*/
@TableName(value ="h5_local_teacher")
@ -38,7 +38,7 @@ public class H5LocalTeacher implements Serializable {
private String userName;
/**
* 专业id,0表示未选择
* 专业id,0表示未选择,1为语文,4为地理,7为历史,8为政治
*/
private Integer majorId;
@ -63,7 +63,7 @@ public class H5LocalTeacher implements Serializable {
private Integer groupId;
/**
*
*
*/
private Integer numberuse;
@ -84,4 +84,4 @@ public class H5LocalTeacher implements Serializable {
@TableField(exist = false)
private static final long serialVersionUID = 1L;
}
}

View File

@ -12,7 +12,7 @@ import java.util.Date;
import lombok.Data;
/**
*
*
* @TableName h5_wai_teacher
*/
@TableName(value ="h5_wai_teacher")
@ -29,7 +29,9 @@ public class H5WaiTeacher implements Serializable {
*/
// 不需要导出这个字段
private String openId;
// 专业
/**
* 专业id,0表示未选择,1为语文,4为地理,7为历史,8为政治
*/
private Integer majorId;
/**
@ -138,7 +140,7 @@ public class H5WaiTeacher implements Serializable {
private Integer groupId;
/**
*
*
*/
private Integer numberuse;
@ -160,4 +162,4 @@ public class H5WaiTeacher implements Serializable {
@TableField(exist = false)
private static final long serialVersionUID = 1L;
}
}