wip: 代码生成临时提交

This commit is contained in:
ray
2024-07-25 08:17:36 +08:00
parent 4c7f8fe9c0
commit 7f6d429540
11 changed files with 181 additions and 75 deletions

View File

@@ -11,6 +11,9 @@ import java.util.List;
@Data
public class GenConfigForm {
@Schema(description = "主键")
private Long id;
@Schema(description = "表名")
private String tableName;