mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-03 14:15:46 +08:00
16 lines
306 B
PHP
16 lines
306 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* OMS发货单推送给翱象系统model
|
||
*
|
||
* @author wangbiao<wangbiao@shopex.cn>
|
||
* @version 2023.03.04
|
||
*/
|
||
class dchain_mdl_aoxiang_delivery extends dbeav_model
|
||
{
|
||
|
||
} |