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.
dsMin/dsAutoCode/一键生成实体.cmd

14 lines
348 B

:: 需要安装配置一下xorm.exe
:: go get github.com/go-xorm/cmd/xorm
:: go get github.com/go-xorm/xorm
:: 用xorm开始生成
xorm reverse mysql root:DsideaL147258369@(10.10.6.200:22066)/ds_auto_code_db?charset=utf8 Templates
:: 生成替换int64的工具
go build -o RepairInt64.exe Tools/RepairInt64.go
:: 执行之
RepairInt64.exe
del RepairInt64.exe
pause