feat: 代码生成列表添加是否已配置标记

This commit is contained in:
ray
2024-08-04 00:33:22 +08:00
parent be0688b629
commit 9b939e8797
2 changed files with 15 additions and 10 deletions

View File

@@ -26,4 +26,7 @@ public class TablePageVO {
@Schema(description = "创建时间",example = "2023-08-08 08:08:08")
private String createTime;
@Schema(description="是否已配置")
private Integer isConfigured;
}