📄 workexpinfo.java
字号:
package com.oa.db;
public class Workexpinfo {
private int id;
private int staffbasicinfoid;
private String fromyear;
private String frommonth;
private String toyear;
private String tomonth;
private String workoffice;
private String workpost;
private String prover;
private String provertelephone;
public String getFrommonth() {
return frommonth;
}
public void setFrommonth(String frommonth) {
this.frommonth = frommonth;
}
public String getFromyear() {
return fromyear;
}
public void setFromyear(String fromyear) {
this.fromyear = fromyear;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getProver() {
return prover;
}
public void setProver(String prover) {
this.prover = prover;
}
public String getProvertelephone() {
return provertelephone;
}
public void setProvertelephone(String provertelephone) {
this.provertelephone = provertelephone;
}
public int getStaffbasicinfoid() {
return staffbasicinfoid;
}
public void setStaffbasicinfoid(int staffbasicinfoid) {
this.staffbasicinfoid = staffbasicinfoid;
}
public String getTomonth() {
return tomonth;
}
public void setTomonth(String tomonth) {
this.tomonth = tomonth;
}
public String getToyear() {
return toyear;
}
public void setToyear(String toyear) {
this.toyear = toyear;
}
public String getWorkoffice() {
return workoffice;
}
public void setWorkoffice(String workoffice) {
this.workoffice = workoffice;
}
public String getWorkpost() {
return workpost;
}
public void setWorkpost(String workpost) {
this.workpost = workpost;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -