mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-27 06:35:20 +08:00
refactor: 标签资源重构
This commit is contained in:
@@ -4,6 +4,7 @@ import "time"
|
||||
|
||||
type MachineQuery struct {
|
||||
Ids string `json:"ids" form:"ids"`
|
||||
Code string `json:"code" form:"code"`
|
||||
Name string `json:"name" form:"name"`
|
||||
Status int8 `json:"status" form:"status"`
|
||||
Ip string `json:"ip" form:"ip"` // IP地址
|
||||
|
||||
Reference in New Issue
Block a user