소스 검색

fix 冲突

zwxi 9 달 전
부모
커밋
1f1149485c
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  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:"前移的期数"`