mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-06 22:55:46 +08:00
refactor: 标签资源重构
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user