|
|
@ -7,6 +7,7 @@ import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableLogic; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableLogic; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.Data; |
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
|
|
|
|
import org.jeecg.common.aspect.annotation.Dict; |
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel; |
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel; |
|
|
|
import java.util.Date; |
|
|
|
import java.util.Date; |
|
|
@ -57,6 +58,11 @@ public class InstructorSheet implements Serializable { |
|
|
|
@Excel(name = "指导老师类型", width = 15, dicCode = "teacher_type") |
|
|
|
@Excel(name = "指导老师类型", width = 15, dicCode = "teacher_type") |
|
|
|
@ApiModelProperty(value = "指导老师类型") |
|
|
|
@ApiModelProperty(value = "指导老师类型") |
|
|
|
private java.lang.Integer teacherType; |
|
|
|
private java.lang.Integer teacherType; |
|
|
|
|
|
|
|
/**教师id*/ |
|
|
|
|
|
|
|
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "id") |
|
|
|
|
|
|
|
@ApiModelProperty(value = "指导老师姓名") |
|
|
|
|
|
|
|
private java.lang.String teacherid; |
|
|
|
|
|
|
|
|
|
|
|
/**指导老师姓名*/ |
|
|
|
/**指导老师姓名*/ |
|
|
|
@Excel(name = "指导老师姓名", width = 15) |
|
|
|
@Excel(name = "指导老师姓名", width = 15) |
|
|
|
@ApiModelProperty(value = "指导老师姓名") |
|
|
|
@ApiModelProperty(value = "指导老师姓名") |
|
|
@ -81,4 +87,5 @@ public class InstructorSheet implements Serializable { |
|
|
|
private java.lang.String teacherPhone; |
|
|
|
private java.lang.String teacherPhone; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|