mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-04 06:26:52 +08:00
16 lines
302 B
PHP
16 lines
302 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* OMS商品SKU推送给翱象系统model
|
||
*
|
||
* @author wangbiao<wangbiao@shopex.cn>
|
||
* @version 2023.03.08
|
||
*/
|
||
class dchain_mdl_aoxiang_skus extends dbeav_model
|
||
{
|
||
|
||
} |