added mph workorders to thetool
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user