You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
516 B
21 lines
516 B
package main
|
|
|
|
/*
|
|
go get github.com/go-xorm/cmd/xorm
|
|
go get github.com/go-xorm/xorm
|
|
|
|
# 注意模板的路径问题,否则无法生成文件
|
|
cd C:\Users\Administrator\go\pkg\mod\github.com\go-xorm\cmd\xorm@v0.0.0-20190426080617-f87981e709a1
|
|
xorm reverse mysql base:dsideal4r5t6y7u@(10.10.6.200:22066)/base_db?charset=utf8 templates/goxorm E:\Work\dsSso\Model
|
|
|
|
文档不要看“看云”的,太老了,要看:
|
|
https://github.com/xormplus/xorm
|
|
*/
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestOrmSelectMulti(t *testing.T) {
|
|
|
|
}
|