Files
portal-legacy/lib/model/WorkorderTech.php

16 lines
169 B
PHP
Raw Normal View History

2012-11-28 03:55:08 -05:00
<?php
/**
* Subclass for representing a row from the 'workorder_tech' table.
*
*
*
* @package lib.model
*/
class WorkorderTech extends BaseWorkorderTech
{
}