mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-08 08:22:45 +08:00
fix:【INFRA 基础设施】DataSourceConfigRespVO 的 id 类型不正确
This commit is contained in:
parent
39fcac4d5f
commit
f7245e484f
@ -10,7 +10,7 @@ import java.time.LocalDateTime;
|
|||||||
public class DataSourceConfigRespVO {
|
public class DataSourceConfigRespVO {
|
||||||
|
|
||||||
@Schema(description = "主键编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
|
@Schema(description = "主键编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
|
||||||
private Integer id;
|
private Long id;
|
||||||
|
|
||||||
@Schema(description = "数据源名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "test")
|
@Schema(description = "数据源名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "test")
|
||||||
private String name;
|
private String name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user