|
|
@ -15,7 +15,7 @@ public class BsSgcJsjdBuiAttendanceInformationExcel { |
|
|
|
public String workerName; |
|
|
|
|
|
|
|
/** 考勤所属年月 */ |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd") |
|
|
|
@JsonFormat(pattern = "yyyy-MM") |
|
|
|
@Excel(name = "考勤所属年月", width = 30, dateFormat = "yyyy-MM") |
|
|
|
@ApiModelProperty("考勤所属年月") |
|
|
|
public Date attendanceYear; |
|
|
|