mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-03 22:57:14 +08:00
feat: 未进行生成配置的数据表,不允许点击代码生成
This commit is contained in:
@@ -64,4 +64,10 @@ public class TableVO implements Serializable {
|
||||
*/
|
||||
@Schema(description = "创建时间")
|
||||
private LocalDateTime createTime;
|
||||
|
||||
/**
|
||||
* 是否已配置
|
||||
*/
|
||||
@Schema(description = "是否已配置")
|
||||
private Boolean isConfiged;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user