added mph workorders to thetool

This commit is contained in:
Luca Haid
2025-11-16 19:18:50 +01:00
parent 411066bead
commit fadf3ccd8d
12 changed files with 2250 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
class WorkorderMphDocumentationModel extends TTCrudBaseModel
{
public int $id;
public int $workorderMphId;
public int $fileId;
public ?string $description;
public string $documentType;
public int $create;
public int $createBy;
}