mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 14:55:37 +08:00
14 lines
279 B
PHP
14 lines
279 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_order_electronic_items extends dbeav_model{
|
||
|
||
}
|