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 WorkorderMphJournalModel extends TTCrudBaseModel
{
public int $id;
public int $workorderMphId;
public ?string $text;
public ?string $fileIds;
public ?string $statusChange;
public int $create;
public int $createBy;
}