Eric0718 %!s(int64=2) %!d(string=hai) anos
pai
achega
6b8ba0a9ee
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      models/tables.go

+ 2 - 2
models/tables.go

@@ -40,12 +40,12 @@ type Performance struct {
 }
 
 type BlockInfo struct {
-	Id          int64
+	Id          int64 //主键
 	BlockNumber int64
 }
 
 type RewardsPool struct {
-	Id              int64
+	Id              int64   //主键
 	TeamPerformance float64 `xorm:"Decimal"`
 	TeamCultivate   float64 `xorm:"Decimal"`
 	TotalPool       float64 `xorm:"Decimal"`