?? testsbean.java
字號:
package com.gton.bean;
public class TestsBean {
private int tests_ID;
private String tests_Time;
private String tests_Path;
public TestsBean() {
}
public void setTests_ID(int tests_ID) {
this.tests_ID = tests_ID;
}
public void setTests_Time(String tests_Time) {
this.tests_Time = tests_Time;
}
public void setTests_Path(String tests_Path) {
this.tests_Path = tests_Path;
}
public int getTests_ID() {
return tests_ID;
}
public String getTests_Time() {
return tests_Time;
}
public String getTests_Path() {
return tests_Path;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -