fix:【INFRA 基础设施】DataSourceConfigRespVO 的 id 类型不正确

This commit is contained in:
YunaiV 2025-06-15 15:17:26 +08:00
parent 39fcac4d5f
commit f7245e484f

View File

@ -10,7 +10,7 @@ import java.time.LocalDateTime;
public class DataSourceConfigRespVO {
@Schema(description = "主键编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
private Integer id;
private Long id;
@Schema(description = "数据源名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "test")
private String name;