mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
15
lib/model/WorkorderTech.php
Executable file
15
lib/model/WorkorderTech.php
Executable file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Subclass for representing a row from the 'workorder_tech' table.
|
||||
*
|
||||
*
|
||||
*
|
||||
* @package lib.model
|
||||
*/
|
||||
class WorkorderTech extends BaseWorkorderTech
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user