mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
报表基础模块:数据源类型swagger备注完善
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ public class ReportDatasourceRespVO {
|
|||||||
@Schema(description = "数据源名称", example = "测试库")
|
@Schema(description = "数据源名称", example = "测试库")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@Schema(description = "数据源类型,0jdbc、1spring、2buildin、3api", example = "0")
|
@Schema(description = "数据源类型,jdbc、spring、buildin、api", example = "0")
|
||||||
private Integer type;
|
private Integer type;
|
||||||
|
|
||||||
@Schema(description = "数据源驱动类",example = "com.mysql.cj.jdbc.Driver")
|
@Schema(description = "数据源驱动类",example = "com.mysql.cj.jdbc.Driver")
|
||||||
|
|||||||
+1
-1
@@ -36,7 +36,7 @@ public class ReportDatasourceSaveReqVO implements Serializable {
|
|||||||
@Schema(description = "数据源名称", example = "测试库")
|
@Schema(description = "数据源名称", example = "测试库")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@Schema(description = "数据源类型,0jdbc、1spring、2buildin、3api", example = "1")
|
@Schema(description = "数据源类型,jdbc、spring、buildin、api", example = "1")
|
||||||
@ReportDatasourceTypeInEnum
|
@ReportDatasourceTypeInEnum
|
||||||
private String type;
|
private String type;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user