📄 cjob.java
字号:
package job;
public class Cjob {
private int jobid;
private String cname;
private String specialty;
private String job;
private String emolument;
private String ptime;
private String atime;
private String other;
public Cjob() {
}
public int getJobid() {
return jobid;
}
public void setJobid(int jobid) {
this.jobid = jobid;
}
public String getCname() {
return cname;
}
public void setCname(String cname) {
this.cname = cname;
}
public String getSpecialty() {
return specialty;
}
public void setSpecialty(String specialty) {
this.specialty = specialty;
}
public String getJob() {
return job;
}
public void setJob(String job) {
this.job = job;
}
public String getEmolument() {
return emolument;
}
public void setEmolument(String emolument) {
this.emolument = emolument;
}
public String getPtime() {
return ptime;
}
public void setPtime(String ptime) {
this.ptime = ptime;
}
public String getAtime() {
return atime;
}
public void setAtime(String atime) {
this.atime = atime;
}
public String getOther() {
return other;
}
public void setOther(String other) {
this.other = other;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -