todo(flow): 新增虚拟清洗机节点支持
This commit is contained in:
@@ -100,6 +100,13 @@ class Config
|
||||
get => $this->openCardRecordReaders;
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否开启虚拟清洗机解析
|
||||
*/
|
||||
public bool $enableVirtualCleanerParser {
|
||||
get => $this->enableVirtualCleanerParser;
|
||||
}
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
$this->database = new DatabaseConfig();
|
||||
@@ -128,6 +135,7 @@ class Config
|
||||
$this->openCardRecordCacheTime = self::getIntEnv('OPEN_CARD_RECORD_CACHE_TIME', 60);
|
||||
$this->openCardRecordReaders = self::getStringArrayEnv('OPEN_CARD_RECORD_READERS', []);
|
||||
$this->storageSingleReader = self::getBoolEnv('STORAGE_SINGLE_READER', false);
|
||||
$this->enableVirtualCleanerParser = self::getBoolEnv('ENABLE_VIRTUAL_CLEANER_PARSER', false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user