视频下载 添加 调用日志上报
This commit is contained in:
parent
5eed5e0eca
commit
b4be3825bc
@ -35,8 +35,12 @@ public class ReportReq {
|
||||
@NoArgsConstructor
|
||||
@Data
|
||||
public static class TimeRange {
|
||||
@DateTimeFormat(pattern= DatePattern.NORM_DATETIME_PATTERN)
|
||||
@JsonFormat(pattern = DatePattern.NORM_DATETIME_PATTERN)
|
||||
@Schema(description = "开始时间")
|
||||
private Date startTime;
|
||||
@DateTimeFormat(pattern= DatePattern.NORM_DATETIME_PATTERN)
|
||||
@JsonFormat(pattern = DatePattern.NORM_DATETIME_PATTERN)
|
||||
@Schema(description = "结束时间")
|
||||
private Date endTime;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user