?? selectinfo.java
字號:
package com.student.vo;
/**
* @hibernate.class
* table="T_Salary"
*/
public class SelectInfo {
private Long selectUID;
private Long studentUID;
private Long classUID;
public SelectInfo() {
}
public Long getSelectUID() {
return selectUID;
}
public void setSelectUID(Long selectUID) {
this.selectUID = selectUID;
}
public Long getStudentUID() {
return studentUID;
}
public void setStudentUID(Long studentUID) {
this.studentUID = studentUID;
}
public Long getClassUID() {
return classUID;
}
public void setClassUID(Long classUID) {
this.classUID = classUID;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -