mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-12 14:50:25 +08:00
优化代码
This commit is contained in:
@@ -5,7 +5,7 @@ type ServerStatBoard struct {
|
||||
Id uint64 `field:"id"` // ID
|
||||
Name string `field:"name"` // 名称
|
||||
ClusterId uint32 `field:"clusterId"` // 集群ID
|
||||
IsOn uint8 `field:"isOn"` // 是否启用
|
||||
IsOn bool `field:"isOn"` // 是否启用
|
||||
Order uint32 `field:"order"` // 排序
|
||||
State uint8 `field:"state"` // 状态
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user