暫無描述

2637309949 5b72cd48ad fix: 4 年之前
etc 55d5091c71 权限校区,校区活动 4 年之前
internal daf7aea8c7 Merge branch 'master' of https://git.i2edu.net/i2/i2-bill-erp 4 年之前
model a7885e21c7 Merge branch 'master' of https://git.i2edu.net/i2/i2-bill-erp into master 4 年之前
sqlconfig 55d5091c71 权限校区,校区活动 4 年之前
transform 5b72cd48ad fix: 4 年之前
transformclient 5b72cd48ad fix: 4 年之前
utils 6ee141af68 获取城市树 4 年之前
.drone.yml d0675ee957 fix: 4 年之前
Dockerfile 5d3b3fcce5 fix: 4 年之前
README.md cdaa634096 feat: 添加接口 4 年之前
go.mod cdaa634096 feat: 添加接口 4 年之前
go.sum cdaa634096 feat: 添加接口 4 年之前
start.sh cdaa634096 feat: 添加接口 4 年之前
transform.go 98a5389a15 获取城市树 4 年之前
transform.proto 5b72cd48ad fix: 4 年之前

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