PM-2938: Batch routing plugin and feature working together

This commit is contained in:
Paula V. Quispe
2015-06-11 17:01:06 -04:00
parent 707ee8fe28
commit bc6f4fae31
8 changed files with 93 additions and 93 deletions

View File

@@ -0,0 +1,19 @@
<?php
require_once 'classes/model/om/BaseCaseConsolidatedCore.php';
/**
* Skeleton subclass for representing a row from the 'CASE_CONSOLIDATED' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
*/
class CaseConsolidatedCore extends BaseCaseConsolidatedCore {
} // CaseConsolidated