📄 examtype.java
字号:
package com.zte.beans;
public class ExamType {
String type_id;
String testtitle;
String testtime;
public String getType_id() {
return type_id;
}
public void setType_id(String type_id) {
this.type_id = type_id;
}
public String getTesttitle() {
return testtitle;
}
public void setTesttitle(String testtitle) {
this.testtitle = testtitle;
}
public String getTesttime() {
return testtime;
}
public void setTesttime(String testtime) {
this.testtime = testtime;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -