Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Mar 10, 2020
1 parent 5a40442 commit 6c14103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

//支持基本类型和指针(int,string,time.Time,float...且需要指定参数名称`mapperParams:"name"以逗号隔开,且位置要和实际参数相同)
//参数中包含有*GoMybatis.Session的类型,用于自定义事务
//参数中包含有*GoMybatis.Session的类型,用于自定义事务,也可以选择例如TestService 这样使用更简单的声明式事务
//自定义结构体参数(属性必须大写)
//方法 return 必须包含有error ,为了返回错误信息
type ExampleActivityMapper struct {
Expand Down

0 comments on commit 6c14103

Please sign in to comment.