feat: 代码生成列表添加是否已配置标记
This commit is contained in:
@@ -26,4 +26,7 @@ public class TablePageVO {
|
||||
@Schema(description = "创建时间",example = "2023-08-08 08:08:08")
|
||||
private String createTime;
|
||||
|
||||
@Schema(description="是否已配置")
|
||||
private Integer isConfigured;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user