From da154e5c758c3b67202390debdc5331a8f68c685 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期六, 29 六月 2024 18:25:22 +0800
Subject: [PATCH] 库存结算时间点添加数据初始化任务

---
 conf/config.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/config.go b/conf/config.go
index 8f40e75..8e703e5 100644
--- a/conf/config.go
+++ b/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 //鍏徃鍚�
 	}

--
Gitblit v1.8.0