mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-14 11:50:25 +08:00
feat: oracle支持服务名、数据库执行超时时间配置等
This commit is contained in:
@@ -6,7 +6,7 @@ type InstanceForm struct {
|
||||
Type string `binding:"required" json:"type"` // 类型,mysql oracle等
|
||||
Host string `binding:"required" json:"host"`
|
||||
Port int `json:"port"`
|
||||
Sid string `json:"sid"`
|
||||
Extra string `json:"extra"`
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
Params string `json:"params"`
|
||||
|
||||
Reference in New Issue
Block a user