|
@@ -49,13 +49,11 @@ func init() {
|
|
|
initFutureGood()
|
|
|
}
|
|
|
|
|
|
-
|
|
|
// initFutureGood 注册期货数据 数据表
|
|
|
func initFutureGood() {
|
|
|
//注册对象
|
|
|
orm.RegisterModel(
|
|
|
new(future_good.FutureGoodEdbInfo), //期货指标表
|
|
|
new(future_good.FutureGoodEdbData), //期货指标数据表
|
|
|
- new(future_good.FutureGoodChartClassify), //期货指标分类表
|
|
|
)
|
|
|
-}
|
|
|
+}
|