|
@@ -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:"前移的期数"`
|