mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 21:25:33 +08:00
16 lines
284 B
PHP
16 lines
284 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* 经销商订单model类
|
||
*
|
||
* @author wangbiao@shopex.cn
|
||
* @version 2024.04.10
|
||
*/
|
||
class dealer_mdl_platform_orders extends dbeav_model
|
||
{
|
||
//==
|
||
} |