@@ -5,5 +5,5 @@ import (
)
func init() {
- orm.RegisterModel(new(OrderStatic))
+ orm.RegisterModel(new(OrderStatic), new(OrderStaticDetail))
}