Browse Source

同步国家和属性

xyxie 1 month ago
parent
commit
9cbd281e46
1 changed files with 2 additions and 0 deletions
  1. 2 0
      models/data_manage/base_from_usda_fas.go

+ 2 - 0
models/data_manage/base_from_usda_fas.go

@@ -17,6 +17,8 @@ type BaseFromUsdaFasIndex struct {
 	StartDate              string `description:"开始日期"`
 	EndDate                string `description:"结束日期"`
 	EndValue               float64
+	Country                string `description:"国家"`
+	Commodity              string `description:"属性"`
 	CreateTime             time.Time
 	ModifyTime             time.Time
 }