refactor: 标签资源重构

This commit is contained in:
meilin.huang
2024-04-06 18:19:17 +08:00
parent 582d879a77
commit 408bac09a1
52 changed files with 476 additions and 347 deletions

View File

@@ -2,6 +2,7 @@ package form
type Redis struct {
Id uint64 `json:"id"`
Code string `json:"code" binding:"required"`
Name string `json:"name"`
Host string `json:"host" binding:"required"`
Username string `json:"username"`