workexpinfo.java
来自「上一上传oa系统漏掉web-inf文件夹」· Java 代码 · 共 75 行
JAVA
75 行
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 + =
减小字号Ctrl + -
显示快捷键?