@@ -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 {