rename2
Signed-off-by: Chenx221 <chenx221@yandex.com>
This commit is contained in:
parent
3b2f71cfa1
commit
191dc7e361
@ -1,16 +1,16 @@
|
||||
package cyou.chenx221.pojo;
|
||||
|
||||
public class course {
|
||||
public class Course {
|
||||
private Integer CourseID; //课程ID
|
||||
private String CourseName; //课程名
|
||||
private String Description; //课程描述
|
||||
|
||||
public course(String courseName, String description) {
|
||||
public Course(String courseName, String description) {
|
||||
CourseName = courseName;
|
||||
Description = description;
|
||||
}
|
||||
|
||||
public course() {
|
||||
public Course() {
|
||||
}
|
||||
|
||||
public Integer getCourseID() {
|
||||
|
Reference in New Issue
Block a user