hongxuan.he 14f0e4aebf Merge branch 'SCRUM-3985' | пре 5 месеци | |
---|---|---|
etc | пре 5 месеци | |
internal | пре 5 месеци | |
model | пре 6 месеци | |
sqlconfig | пре 3 година | |
transform | пре 6 месеци | |
transformclient | пре 6 месеци | |
utils | пре 3 година | |
.drone.yml | пре 3 година | |
.gitignore | пре 2 година | |
Dockerfile | пре 3 година | |
README.md | пре 3 година | |
go.mod | пре 5 месеци | |
go.sum | пре 5 месеци | |
start.sh | пре 3 година | |
transform.go | пре 2 година | |
transform.proto | пре 6 месеци |
go get -u github.com/golang/protobuf/protoc-gen-go@v1.3.2
GO111MODULE=on go get -u git.i2edu.net/i2/go-zero/tools/goctl
goctl rpc proto -src transform.proto -dir . --style go_zero
goctl model mysql ddl -c -src model/student.sql -dir model goctl model mysql ddl -c -src model/sys_user.sql -dir model
go run transform.go -f etc/i2bill-erp.yaml