|
|
|
|
@ -1,13 +1,15 @@
|
|
|
|
|
package com.ruoyi.pay.domain.vo;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
import com.ruoyi.common.core.domain.BaseEntity;
|
|
|
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
|
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
|
|
public class PayDayWorkHoursExport {
|
|
|
|
|
@ExcelIgnoreUnannotated
|
|
|
|
|
public class PayDayWorkHoursExport {
|
|
|
|
|
|
|
|
|
|
/** 主键 */
|
|
|
|
|
private Long id;
|
|
|
|
|
@ -65,7 +67,7 @@ public class PayDayWorkHoursExport {
|
|
|
|
|
private String isHelper;
|
|
|
|
|
|
|
|
|
|
/** 工时部门 */
|
|
|
|
|
//@ExcelProperty(value= "工时部门")
|
|
|
|
|
@ExcelProperty(value= "工时部门")
|
|
|
|
|
private String deptName2;
|
|
|
|
|
|
|
|
|
|
public String getDeptName2() {
|
|
|
|
|
|