mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-14 11:50:25 +08:00
refactor: 标签资源重构
This commit is contained in:
@@ -2,6 +2,7 @@ package form
|
||||
|
||||
type Mongo struct {
|
||||
Id uint64 `json:"id"`
|
||||
Code uint64 `json:"code" binding:"required"`
|
||||
Uri string `binding:"required" json:"uri"`
|
||||
SshTunnelMachineId int `json:"sshTunnelMachineId"` // ssh隧道机器id
|
||||
Name string `binding:"required" json:"name"`
|
||||
|
||||
Reference in New Issue
Block a user