chore: 合并 develop 代码生成分支
This commit is contained in:
@@ -3,9 +3,9 @@ package com.youlai.system.model.vo;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
@Schema(description = "表生成代码预览VO")
|
||||
@Schema(description = "代码生成代码预览VO")
|
||||
@Data
|
||||
public class TableGeneratePreviewVO {
|
||||
public class GeneratorPreviewVO {
|
||||
|
||||
@Schema(description = "生成文件路径")
|
||||
private String path;
|
||||
Reference in New Issue
Block a user