|
@@ -23,7 +23,16 @@ type ChartRangeAnalysisExtraConf struct {
|
|
|
type ChartRangeAnalysisAutoDateChangeConf struct {
|
|
|
BaseDateType int `description:"基准日期类型:0指标日期,1系统日期"`
|
|
|
MoveForward int `description:"前移的期数"`
|
|
|
- DateChange []*EdbDateConfDateChange
|
|
|
+ DateChange []*EdbDataDateChangeConf
|
|
|
+}
|
|
|
+
|
|
|
+type EdbDataDateChangeConf struct {
|
|
|
+ Year int
|
|
|
+ Month int
|
|
|
+ Day int
|
|
|
+ Frequency string `description:"频度变换"`
|
|
|
+ FrequencyDay string `description:"频度的固定日期"`
|
|
|
+ ChangeType int `description:"日期变换类型1日期位移,2指定频率"`
|
|
|
}
|
|
|
|
|
|
type ChartRangeAnalysisDeleteDataConf struct {
|