|
|
|
@ -2,7 +2,9 @@ package com.jianteng.modules.base.entity; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import com.jianteng.common.utils.DateUtil; |
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
|
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.text.ParseException; |
|
|
|
@ -26,23 +28,23 @@ public class CalendarDatetypeData { |
|
|
|
private BigDecimal exceptduration6; |
|
|
|
private BigDecimal worktime; |
|
|
|
private String remark; |
|
|
|
// @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern = "HH:mm") |
|
|
|
@JsonFormat(pattern = "HH:mm", timezone = "GMT+8") |
|
|
|
private Date exceptexacttime1; |
|
|
|
// @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern = "HH:mm") |
|
|
|
@JsonFormat(pattern = "HH:mm", timezone = "GMT+8") |
|
|
|
private Date exceptexacttime2; |
|
|
|
// @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern = "HH:mm") |
|
|
|
@JsonFormat(pattern = "HH:mm", timezone = "GMT+8") |
|
|
|
private Date exceptexacttime3; |
|
|
|
// @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern = "HH:mm") |
|
|
|
@JsonFormat(pattern = "HH:mm", timezone = "GMT+8") |
|
|
|
private Date exceptexacttime4; |
|
|
|
// @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern = "HH:mm") |
|
|
|
@JsonFormat(pattern = "HH:mm", timezone = "GMT+8") |
|
|
|
private Date exceptexacttime5; |
|
|
|
// @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern = "HH:mm") |
|
|
|
@JsonFormat(pattern = "HH:mm", timezone = "GMT+8") |
|
|
|
private Date exceptexacttime6; |
|
|
|
private BigDecimal starttime; |
|
|
|
private BigDecimal endtime; |
|
|
|
|