Browse Source

fix 冲突

zwxi 8 months ago
parent
commit
1f1149485c
1 changed files with 0 additions and 9 deletions
  1. 0 9
      models/chart.go

+ 0 - 9
models/chart.go

@@ -861,15 +861,6 @@ type EdbDateChangeConf struct {
 	DateChange  []*EdbDateConfDateChange
 }
 
-type EdbDateConfDateChange struct {
-	Year         int
-	Month        int
-	Day          int
-	Frequency    string `description:"频度变换"`
-	FrequencyDay string `description:"频度的固定日期"`
-	ChangeType   int    `description:"日期变换类型1日期位移,2指定频率"`
-}
-
 type EdbDateConfDateChange struct {
 	Year         int    `json:"year" description:"前移的期数"`
 	Month        int    `json:"month" description:"前移的期数"`