aecf4af7 by slene

orm update docs

1 parent 618cbf1e
...@@ -157,6 +157,7 @@ RegisterModel 也可以同时注册多个 model ...@@ -157,6 +157,7 @@ RegisterModel 也可以同时注册多个 model
157 orm.RegisterModel(new(User), new(Profile), new(Post)) 157 orm.RegisterModel(new(User), new(Profile), new(Post))
158 ``` 158 ```
159 159
160 详细的 struct 定义请查看文档 [模型定义](Models.md)
160 161
161 ## ORM 接口使用 162 ## ORM 接口使用
162 163
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!