@ -14,7 +14,7 @@ public class TrendsCreateReqDTO {
private Long tableId;
@NotNull(message = "类型不能为空")
private Byte type;
private Integer type;
@NotNull(message = "内容不能为空")
private String content;
@ -20,7 +20,7 @@ public class TrendsExcelVO {
@ExcelProperty("类型")
@ExcelProperty("创建时间")
private LocalDateTime createTime;
@ -19,7 +19,7 @@ public class TrendsExportReqVO {
@Schema(description = "类型", example = "2")
@Schema(description = "创建时间")
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@ -24,7 +24,7 @@ public class TrendsPageReqVO extends PageParam {