时间格式调整
This commit is contained in:
parent
7dc595508d
commit
1321f78cc2
@ -19,8 +19,8 @@ public class NeedWriteHistoryDTO {
|
|||||||
private Integer type;
|
private Integer type;
|
||||||
|
|
||||||
@Schema(description = "开始时间 格式yyyy-MM-dd")
|
@Schema(description = "开始时间 格式yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY)
|
||||||
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND, timezone = TIME_ZONE_DEFAULT)
|
@JsonFormat(pattern = FORMAT_YEAR_MONTH_DAY, timezone = TIME_ZONE_DEFAULT)
|
||||||
private Date beginTime;
|
private Date beginTime;
|
||||||
|
|
||||||
@Schema(description = "结束时间 格式yyyy-MM-dd")
|
@Schema(description = "结束时间 格式yyyy-MM-dd")
|
||||||
|
Loading…
Reference in New Issue
Block a user