@@ -5,7 +5,7 @@ import lombok.Data;
|
||||
|
||||
@Schema(description = "表生成代码预览VO")
|
||||
@Data
|
||||
public class GeneratorPreviewVO {
|
||||
public class TableGeneratePreviewVO {
|
||||
|
||||
@Schema(description = "生成文件路径")
|
||||
private String path;
|
||||
Reference in New Issue
Block a user