From d3a78e4c791821b298075b700e9fc14030d12ec2 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 29 八月 2023 15:28:43 +0800 Subject: [PATCH] 采购数量,经办人,制单人 --- config/system.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/system.go b/config/system.go index 6f35d0a..0f99af3 100644 --- a/config/system.go +++ b/config/system.go @@ -11,4 +11,5 @@ UseMultipoint bool `mapstructure:"use-multipoint" json:"use-multipoint" yaml:"use-multipoint"` // 澶氱偣鐧诲綍鎷︽埅 UseRedis bool `mapstructure:"use-redis" json:"use-redis" yaml:"use-redis"` // 浣跨敤redis GrpcUrl string `mapstructure:"grpc-url" json:"grpc-url" yaml:"grpc-url"` // grpc鏈嶅姟鍦板潃 + GrpcAdminUrl string `mapstructure:"grpc-admin-url" json:"grpc-admin-url" yaml:"grpc-admin-url"` // grpc鏈嶅姟鍦板潃 } -- Gitblit v1.8.0