This commit is contained in:
zimoyin
2026-03-18 13:27:48 +08:00
parent 885b856baa
commit defe163190
7 changed files with 33 additions and 61 deletions
+8
View File
@@ -122,6 +122,14 @@ class Config
get => $this->enableVirtualCleanerParser;
}
/**
* TODO 代码内部进行数据库记录行列转换
*/
public bool $enableInternalRowColumnConvert = true {
get => $this->enableInternalRowColumnConvert;
}
private function __construct()
{
$this->detectCircularDependency();