优化代码

This commit is contained in:
刘祥超
2022-03-22 22:11:32 +08:00
parent 30bfbdc01e
commit f958c57984
68 changed files with 148 additions and 148 deletions

View File

@@ -17,7 +17,7 @@ type MetricItem struct {
Value string `field:"value"` // 值运算
State uint8 `field:"state"` // 状态
Version uint32 `field:"version"` // 版本号
IsPublic uint8 `field:"isPublic"` // 是否为公用
IsPublic bool `field:"isPublic"` // 是否为公用
}
type MetricItemOperator struct {