增加一些表设计

This commit is contained in:
刘祥超
2020-09-23 10:12:57 +08:00
parent ed8d37518d
commit 8c0a1ae755
50 changed files with 529 additions and 34 deletions

View File

@@ -13,7 +13,7 @@ type Node struct {
ClusterId uint32 `field:"clusterId"` // 集群ID
RegionId uint32 `field:"regionId"` // 区域ID
GroupId uint32 `field:"groupId"` // 分组ID
CreatedAt uint32 `field:"createdAt"` // 创建时间
CreatedAt uint64 `field:"createdAt"` // 创建时间
Status string `field:"status"` // 最新的状态
Version uint32 `field:"version"` // 当前版本号
LatestVersion uint32 `field:"latestVersion"` // 最后版本号