|  | @@ -0,0 +1,246 @@
 | 
	
		
			
				|  |  | +package com.ym.mec.biz.dal.dto;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +public class ExportTeacherSalaryDto{
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //课时编号
 | 
	
		
			
				|  |  | +    private Integer courseScheduleId;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //老师编号
 | 
	
		
			
				|  |  | +    private  Integer teacherId;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //老师姓名
 | 
	
		
			
				|  |  | +    private Integer teacherName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //老师分部
 | 
	
		
			
				|  |  | +    private Integer teacherOrganName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //工作类别
 | 
	
		
			
				|  |  | +    private String jobType;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //课程分部
 | 
	
		
			
				|  |  | +    private String courseScheduleOrganName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //课程班名称(乐团名或者小课名)
 | 
	
		
			
				|  |  | +    private String groupName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //乐团模式
 | 
	
		
			
				|  |  | +    private String changeType;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //活动名称
 | 
	
		
			
				|  |  | +    private String activeName;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //线上课/线下课	线上课单价	线下课单价	课程类别	课时时长	上课日期	上课时间	签到状态	签退状态	签到时间	签退时间
 | 
	
		
			
				|  |  | +    private String teachMode;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //课程单价
 | 
	
		
			
				|  |  | +    private String price;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String courseScheduleType;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private int signCourseScheduleTime;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String classDate;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String courseScheduleStartTime;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String courseScheduleEndTime;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String signOutStatus;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String signInStatus;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String signInTime;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String signOutTime;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //课时课酬	主辅	上课地点	应到学员
 | 
	
		
			
				|  |  | +    private String teacherRole;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private String address;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    private int studentNum;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getCourseScheduleEndTime() {
 | 
	
		
			
				|  |  | +        return courseScheduleEndTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setCourseScheduleEndTime(String courseScheduleEndTime) {
 | 
	
		
			
				|  |  | +        this.courseScheduleEndTime = courseScheduleEndTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Integer getCourseScheduleId() {
 | 
	
		
			
				|  |  | +        return courseScheduleId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setCourseScheduleId(Integer courseScheduleId) {
 | 
	
		
			
				|  |  | +        this.courseScheduleId = courseScheduleId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Integer getTeacherId() {
 | 
	
		
			
				|  |  | +        return teacherId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setTeacherId(Integer teacherId) {
 | 
	
		
			
				|  |  | +        this.teacherId = teacherId;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Integer getTeacherName() {
 | 
	
		
			
				|  |  | +        return teacherName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setTeacherName(Integer teacherName) {
 | 
	
		
			
				|  |  | +        this.teacherName = teacherName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Integer getTeacherOrganName() {
 | 
	
		
			
				|  |  | +        return teacherOrganName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setTeacherOrganName(Integer teacherOrganName) {
 | 
	
		
			
				|  |  | +        this.teacherOrganName = teacherOrganName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getJobType() {
 | 
	
		
			
				|  |  | +        return jobType;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setJobType(String jobType) {
 | 
	
		
			
				|  |  | +        this.jobType = jobType;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getCourseScheduleOrganName() {
 | 
	
		
			
				|  |  | +        return courseScheduleOrganName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setCourseScheduleOrganName(String courseScheduleOrganName) {
 | 
	
		
			
				|  |  | +        this.courseScheduleOrganName = courseScheduleOrganName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getGroupName() {
 | 
	
		
			
				|  |  | +        return groupName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setGroupName(String groupName) {
 | 
	
		
			
				|  |  | +        this.groupName = groupName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getChangeType() {
 | 
	
		
			
				|  |  | +        return changeType;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setChangeType(String changeType) {
 | 
	
		
			
				|  |  | +        this.changeType = changeType;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getActiveName() {
 | 
	
		
			
				|  |  | +        return activeName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setActiveName(String activeName) {
 | 
	
		
			
				|  |  | +        this.activeName = activeName;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getTeachMode() {
 | 
	
		
			
				|  |  | +        return teachMode;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setTeachMode(String teachMode) {
 | 
	
		
			
				|  |  | +        this.teachMode = teachMode;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getPrice() {
 | 
	
		
			
				|  |  | +        return price;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setPrice(String price) {
 | 
	
		
			
				|  |  | +        this.price = price;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getCourseScheduleType() {
 | 
	
		
			
				|  |  | +        return courseScheduleType;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setCourseScheduleType(String courseScheduleType) {
 | 
	
		
			
				|  |  | +        this.courseScheduleType = courseScheduleType;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public int getSignCourseScheduleTime() {
 | 
	
		
			
				|  |  | +        return signCourseScheduleTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setSignCourseScheduleTime(int signCourseScheduleTime) {
 | 
	
		
			
				|  |  | +        this.signCourseScheduleTime = signCourseScheduleTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getClassDate() {
 | 
	
		
			
				|  |  | +        return classDate;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setClassDate(String classDate) {
 | 
	
		
			
				|  |  | +        this.classDate = classDate;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getCourseScheduleStartTime() {
 | 
	
		
			
				|  |  | +        return courseScheduleStartTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setCourseScheduleStartTime(String courseScheduleStartTime) {
 | 
	
		
			
				|  |  | +        this.courseScheduleStartTime = courseScheduleStartTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getSignOutStatus() {
 | 
	
		
			
				|  |  | +        return signOutStatus;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setSignOutStatus(String signOutStatus) {
 | 
	
		
			
				|  |  | +        this.signOutStatus = signOutStatus;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getSignInStatus() {
 | 
	
		
			
				|  |  | +        return signInStatus;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setSignInStatus(String signInStatus) {
 | 
	
		
			
				|  |  | +        this.signInStatus = signInStatus;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getSignInTime() {
 | 
	
		
			
				|  |  | +        return signInTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setSignInTime(String signInTime) {
 | 
	
		
			
				|  |  | +        this.signInTime = signInTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getSignOutTime() {
 | 
	
		
			
				|  |  | +        return signOutTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setSignOutTime(String signOutTime) {
 | 
	
		
			
				|  |  | +        this.signOutTime = signOutTime;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getTeacherRole() {
 | 
	
		
			
				|  |  | +        return teacherRole;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setTeacherRole(String teacherRole) {
 | 
	
		
			
				|  |  | +        this.teacherRole = teacherRole;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getAddress() {
 | 
	
		
			
				|  |  | +        return address;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setAddress(String address) {
 | 
	
		
			
				|  |  | +        this.address = address;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public int getStudentNum() {
 | 
	
		
			
				|  |  | +        return studentNum;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setStudentNum(int studentNum) {
 | 
	
		
			
				|  |  | +        this.studentNum = studentNum;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +}
 |