Files
thetool/application/RMLWorkorderTenantConfig/RMLWorkorderTenantConfigModel.php
2025-08-26 17:18:58 +02:00

12 lines
329 B
PHP

<?php
// RMLWorkorderTenantConfigModel.php
class RMLWorkorderTenantConfigModel extends TTCrudBaseModel {
public int $id;
public int $addressId;
public string $name;
public string $documentationTypes; // JSON
public string $workorderCreationFilters; // JSON
public int $create;
public int $createBy;
}