yinbentan
2024-06-28 dfa2a5e967d70081eb3e98c6b77900e3800be273
conf/config.go
@@ -3,6 +3,7 @@
import (
   "log"
   "os"
   "wms/constvar"
   "wms/pkg/logx"
   "wms/pkg/mysqlx"
@@ -30,6 +31,7 @@
      JWTSecret   string
      FileServer  string //文件服务器地址
      ServerId    string //服务ID
      Env         constvar.Env
      GrpcPort    string //grpc端口号
      CompanyName string //公司名
   }