|
@ -24,7 +24,7 @@ public class TrendsPageReqVO extends PageParam { |
|
|
private Long tableId; |
|
|
private Long tableId; |
|
|
|
|
|
|
|
|
@Schema(description = "类型", example = "2") |
|
|
@Schema(description = "类型", example = "2") |
|
|
private Byte type; |
|
|
private Integer type; |
|
|
|
|
|
|
|
|
@Schema(description = "创建时间") |
|
|
@Schema(description = "创建时间") |
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND) |
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND) |
|
|