mirror of
https://github.com/astaxie/beego.git
synced 2024-11-04 21:50:54 +00:00
orm update docs
This commit is contained in:
parent
618cbf1e66
commit
aecf4af7f2
@ -157,6 +157,7 @@ RegisterModel 也可以同时注册多个 model
|
|||||||
orm.RegisterModel(new(User), new(Profile), new(Post))
|
orm.RegisterModel(new(User), new(Profile), new(Post))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
详细的 struct 定义请查看文档 [模型定义](Models.md)
|
||||||
|
|
||||||
## ORM 接口使用
|
## ORM 接口使用
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user