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 //公司名 }