mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-06 14:45:48 +08:00
refactor: 标签资源重构
This commit is contained in:
@@ -2,6 +2,7 @@ package entity
|
||||
|
||||
type RedisQuery struct {
|
||||
Id uint64 `form:"id"`
|
||||
Code string `json:"code" form:"code"`
|
||||
Name string `orm:"column(name)" json:"name" form:"name"`
|
||||
Host string `orm:"column(host)" json:"host" form:"host"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user