fix: 新增资源选择标签问题修复、项目文档转移

This commit is contained in:
meilin.huang
2023-06-29 20:20:58 +08:00
parent d9807b1bf0
commit d423572e01
10 changed files with 33 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ type Redis struct {
Db string `json:"db"`
SshTunnelMachineId int `json:"sshTunnelMachineId"` // ssh隧道机器id
TagId uint64 `binding:"required" json:"tagId"`
TagPath string `json:"tagPath"`
TagPath string `binding:"required" json:"tagPath"`
Remark string `json:"remark"`
}