📄 kq_info.java
字号:
package org.HumResManSys.vo;
public class Kq_info implements java.io.Serializable{
private String id ;
private String emp_name ;
private Long times;
private String month;
private Long kq_degree;
private Employee employee;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getEmp_name() {
return emp_name;
}
public void setEmp_name(String emp_name) {
this.emp_name = emp_name;
}
public Long getTimes() {
return times;
}
public void setTimes(Long times) {
this.times = times;
}
public Long getKq_degree() {
return kq_degree;
}
public void setKq_degree(Long kq_degree) {
this.kq_degree = kq_degree;
}
public Employee getEmployee() {
return employee;
}
public void setEmployee(Employee employee) {
this.employee = employee;
}
public String getMonth() {
return month;
}
public void setMonth(String month) {
this.month = month;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -