Browse Source

同步美国农业部数据

xyxie 5 tháng trước cách đây
mục cha
commit
7113f258ab
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      models/data_manage/base_from_usda_fas.go

+ 3 - 0
models/data_manage/base_from_usda_fas.go

@@ -14,6 +14,9 @@ type BaseFromUsdaFasIndex struct {
 	Frequency              string
 	Unit                   string
 	Sort                   int
+	StartDate              string `description:"开始日期"`
+	EndDate                string `description:"结束日期"`
+	EndValue               float64
 	CreateTime             time.Time
 	ModifyTime             time.Time
 }