bi 页面的相关服务接口

zhangxinlei1996 439db295c5 feat: 公司性质刷库 1 рік тому
.idea 1edc0b6d57 api修改对应session 2 роки тому
api dbd2f5a5e7 feat: 查看公司类型 1 рік тому
entity dbd2f5a5e7 feat: 查看公司类型 1 рік тому
rpc dbd2f5a5e7 feat: 查看公司类型 1 рік тому
service dbd2f5a5e7 feat: 查看公司类型 1 рік тому
updateData 439db295c5 feat: 公司性质刷库 1 рік тому
README.md e8b106c3ff 领取线索 2 роки тому
go.mod 3373578c38 feat:合并 1 рік тому
go.sum 3373578c38 feat:合并 1 рік тому

README.md

bi页面的相关服务接口 goctl rpc proto -src biService.proto -dir . goctl rpc protoc biService.proto --go_out=. --go-grpc_out=. --zrpc_out=. goctl api go -api biService.api -dir . go test -v -coverprofile=coverage go tool cover -html=coverage -o coverage.html