|
@@ -23,6 +23,9 @@ public class CodegenTablePageReqVO extends PageParam {
|
|
|
@Schema(description = "表描述,模糊匹配", example = "芋道")
|
|
|
private String tableComment;
|
|
|
|
|
|
+ @Schema(description = "实体,模糊匹配", example = "Yudao")
|
|
|
+ private String className;
|
|
|
+
|
|
|
@Schema(description = "创建时间", example = "[2022-07-01 00:00:00,2022-07-01 23:59:59]")
|
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
|
|
private LocalDateTime[] createTime;
|