mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-07 07:15:33 +08:00
15 lines
311 B
PHP
15 lines
311 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* 备货单
|
||
*
|
||
*/
|
||
class ome_service_template_stock {
|
||
public function getElements() {
|
||
return kernel::single('ome_delivery_template_stock')->defaultElements();
|
||
}
|
||
} |