|
|
|
@ -27,6 +27,12 @@ public class PayDayWorkHoursQuery2 {
|
|
|
|
*//** 员工姓名 *//*
|
|
|
|
*//** 员工姓名 *//*
|
|
|
|
@Excel(name = "员工姓名")
|
|
|
|
@Excel(name = "员工姓名")
|
|
|
|
private String empName;*/
|
|
|
|
private String empName;*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 租户id
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
private Long tenantId;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 员工集合
|
|
|
|
* 员工集合
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ -103,6 +109,14 @@ public class PayDayWorkHoursQuery2 {
|
|
|
|
this.note = note;
|
|
|
|
this.note = note;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Long getTenantId() {
|
|
|
|
|
|
|
|
return tenantId;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setTenantId(Long tenantId) {
|
|
|
|
|
|
|
|
this.tenantId = tenantId;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public String toString() {
|
|
|
|
public String toString() {
|
|
|
|
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|
|
|
|
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|
|
|
|
@ -111,6 +125,7 @@ public class PayDayWorkHoursQuery2 {
|
|
|
|
.append("deptName", getDeptName())
|
|
|
|
.append("deptName", getDeptName())
|
|
|
|
.append("employeeId", getEmployeeId())
|
|
|
|
.append("employeeId", getEmployeeId())
|
|
|
|
.append("empName", getEmpName())*/
|
|
|
|
.append("empName", getEmpName())*/
|
|
|
|
|
|
|
|
.append("tenantId", getTenantId())
|
|
|
|
.append("date", getDate())
|
|
|
|
.append("date", getDate())
|
|
|
|
.append("dwYearMonth", getDwYearMonth())
|
|
|
|
.append("dwYearMonth", getDwYearMonth())
|
|
|
|
.append("note", getNote())
|
|
|
|
.append("note", getNote())
|
|
|
|
|