📄 studentcourse.java
字号:
package org.minjey.cjsjk.model;public class StudentCourse extends org.minjey.cjsjk.vo.StudentCourse { private Student student; //表示学生 //private Course course; //表示课程 /* public Course getCourse() { return course; } */ public void setCourse(Course course) { setCourse_id(course.getId()); //this.course = course; } public Student getStudent() { return student; } public void setStudent(Student student) { setStudent_id(student.getId()); this.student = student; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -