mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-01 05:26:43 +08:00
13 lines
270 B
PHP
13 lines
270 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
class ome_mdl_tbfx_order_objects extends dbeav_model{
|
||
var $has_many = array(
|
||
'tbfx_order_items' => 'tbfx_order_items',
|
||
);
|
||
|
||
}
|
||
?>
|