wangchuanjin 9 ماه پیش
والد
کامیت
f411eabdce
1فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 5 4
      api/internal/config/config.go

+ 5 - 4
api/internal/config/config.go

@@ -11,10 +11,11 @@ type Config struct {
 		ServerCode string
 		Etcd       []string
 	}
-	CacheTimeOut     int
-	BuyerBatch       int
-	ProjectYearLimit int
-	EntNameList      []string
+	CacheTimeOut          string
+	BuyerBatch            int
+	ExportIdCachaPoolSize int
+	ProjectYearLimit      int
+	EntNameList           []string
 }
 
 type Db struct {