No Description

2637309949 3427b6deba fix: LoadOptionset 4 years ago
etc 5f67bc7421 feat:添加配置 4 years ago
internal 3427b6deba fix: LoadOptionset 4 years ago
model cdaa634096 feat: 添加接口 4 years ago
sqlconfig 8259bfa34e 细分渠道,用户权限校区 4 years ago
transform cdaa634096 feat: 添加接口 4 years ago
transformclient cdaa634096 feat: 添加接口 4 years ago
utils 6ee141af68 获取城市树 4 years ago
.drone.yml d0675ee957 fix: 4 years ago
Dockerfile 5d3b3fcce5 fix: 4 years ago
README.md cdaa634096 feat: 添加接口 4 years ago
go.mod cdaa634096 feat: 添加接口 4 years ago
go.sum cdaa634096 feat: 添加接口 4 years ago
start.sh cdaa634096 feat: 添加接口 4 years ago
transform.go 98a5389a15 获取城市树 4 years ago
transform.proto cdaa634096 feat: 添加接口 4 years ago

README.md

INSTALL protoc

go get -u github.com/golang/protobuf/protoc-gen-go@v1.3.2

INSTALL goctl

GO111MODULE=on go get -u git.i2edu.net/i2/go-zero/tools/goctl

GEN RPC CODE

goctl rpc proto -src transform.proto -dir . --style go_zero

GEN MODEL

goctl model mysql ddl -c -src model/student.sql -dir model goctl model mysql ddl -c -src model/sys_user.sql -dir model

RUN RPC SRV

go run transform.go -f etc/i2bill-erp.yaml