mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-03-31 09:48:26 +08:00
feat: oracle支持服务名、数据库执行超时时间配置等
This commit is contained in:
@@ -8,8 +8,8 @@ type InstanceListVO struct {
|
||||
Host *string `json:"host"`
|
||||
Port *int `json:"port"`
|
||||
Type *string `json:"type"`
|
||||
Params *string `json:"params"`
|
||||
Sid *string `json:"sid"`
|
||||
Params string `json:"params"`
|
||||
Extra string `json:"extra"`
|
||||
Username *string `json:"username"`
|
||||
Remark *string `json:"remark"`
|
||||
CreateTime *time.Time `json:"createTime"`
|
||||
|
||||
Reference in New Issue
Block a user