mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 18:53:12 +08:00
support add service name
This commit is contained in:
@ -102,5 +102,15 @@ public class DataSourceCreateRequest {
|
||||
@NotNull
|
||||
private Long environmentId;
|
||||
|
||||
/**
|
||||
* 服务名称
|
||||
*/
|
||||
private String serviceName;
|
||||
|
||||
/**
|
||||
* 服务类型
|
||||
*/
|
||||
private String serviceType;
|
||||
|
||||
|
||||
}
|
||||
|
@ -105,4 +105,14 @@ public class DataSourceUpdateRequest {
|
||||
*/
|
||||
@NotNull
|
||||
private Long environmentId;
|
||||
|
||||
/**
|
||||
* 服务名称
|
||||
*/
|
||||
private String serviceName;
|
||||
|
||||
/**
|
||||
* 服务类型
|
||||
*/
|
||||
private String serviceType;
|
||||
}
|
||||
|
Reference in New Issue
Block a user