bug #100 resolved
This commit is contained in:
parent
41e3d14f20
commit
3fd97df375
|
@ -110,7 +110,7 @@ use xorm.IMapper interface to implement. There are two IMapper implemented: `Sna
|
||||||
SnakeMapper is the default.
|
SnakeMapper is the default.
|
||||||
|
|
||||||
```Go
|
```Go
|
||||||
engine.Mapper = SameMapper{}
|
engine.SetMapper(SameMapper{})
|
||||||
```
|
```
|
||||||
|
|
||||||
同时需要注意的是:
|
同时需要注意的是:
|
||||||
|
|
Loading…
Reference in New Issue