清理 bpm 用不到的实体、与 convert 方法

This commit is contained in:
YunaiV
2023-07-26 20:53:10 +08:00
parent a0417f182e
commit 461c789492
3 changed files with 3 additions and 139 deletions

View File

@ -29,8 +29,8 @@ public class ApiAccessLogPageReqVO extends PageParam {
@Schema(description = "请求地址,模糊匹配", example = "/xxx/yyy")
private String requestUrl;
@Schema(description = "开始时间", example = "[2022-07-01 00:00:00, 2022-07-01 23:59:59]")
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@Schema(description = "开始请求时间")
private LocalDateTime[] beginTime;
@Schema(description = "执行时长,大于等于,单位:毫秒", example = "100")