Browse Source

feat:xiugai

wangchuanjin 9 months ago
parent
commit
f411eabdce
1 changed files with 5 additions and 4 deletions
  1. 5 4
      api/internal/config/config.go

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

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