mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-06 14:45:48 +08:00
增加webssh及数据库查询
This commit is contained in:
@@ -10,3 +10,8 @@ type MachineRunForm struct {
|
||||
MachineId int64 `valid:"Required"`
|
||||
Cmd string `valid:"Required"`
|
||||
}
|
||||
|
||||
type DbSqlSaveForm struct {
|
||||
Sql string `valid:"Required"`
|
||||
Type int `valid:"Required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user