mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-30 13:05:34 +08:00
14 lines
277 B
PHP
14 lines
277 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* @author wangjianjun 20170405
|
||
* 开票配置和店铺关系表model
|
||
*/
|
||
class invoice_mdl_setting_shopid_relation extends dbeav_model{
|
||
|
||
}
|