公告板
版本库
filestore
活动
搜索
登录
aps
/
outsourcing
委外后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
委外订单取消时把供应商id置为0
zhangqian
2024-03-23
2c01a1a1c28559cfaa0cfd7a8220cf8feda8226f
[aps/outsourcing.git]
/
constvar
/
global.go
1
2
3
4
5
6
7
8
9
package constvar
import (
"google.golang.org/grpc"
)
var (
GrpcClient *grpc.ClientConn
)