fixed get companies

This commit is contained in:
2025-09-02 13:36:45 +02:00
parent 5ecfc12b74
commit 1a50ae953f
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ class WorkorderTenantConfigModel extends TTCrudBaseModel {
public string $name;
public string $documentationTypes; // JSON
public string $workorderCreationFilters; // JSON
public string $interventionTypes; // JSON
public ?string $interventionTypes; // JSON
public int $civilEngineeringDocsRequired;
public int $create;
public int $createBy;