feat: 未进行生成配置的数据表,不允许点击代码生成

This commit is contained in:
2023-08-12 17:37:08 +08:00
parent 76c65463c2
commit c67a7b6ea2
4 changed files with 16 additions and 2 deletions

View File

@@ -64,4 +64,10 @@ public class TableVO implements Serializable {
*/
@Schema(description = "创建时间")
private LocalDateTime createTime;
/**
* 是否已配置
*/
@Schema(description = "是否已配置")
private Boolean isConfiged;
}