zwxi 8 months ago
parent
commit
7dd7f18577
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/data_manage/chart_info.go

+ 1 - 0
models/data_manage/chart_info.go

@@ -298,6 +298,7 @@ type MarkersLineTime struct {
 // @Description: 导入指标日期前移和日期变换
 type EdbDateChangeConf struct {
 	MoveForward int `description:"前移的期数"`
+	BaseDate    int `description:"基准日期 0系统日期 1指标最新日期"`
 	DateChange  []*EdbDateConfDateChange
 }