mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-06 06:35:47 +08:00
feat: 新增mysql ssh代理连接方式
This commit is contained in:
@@ -19,4 +19,9 @@ type SelectDataDbVO struct {
|
||||
CreateTime *time.Time `json:"createTime"`
|
||||
Creator *string `json:"creator"`
|
||||
CreatorId *int64 `json:"creatorId"`
|
||||
|
||||
EnableSSH *int `json:"enable_ssh"`
|
||||
SSHHost *string `json:"ssh_host"`
|
||||
SSHPort *int `json:"ssh_port"`
|
||||
SSHUser *string `json:"ssh_user"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user