mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-15 21:32:50 +00:00
17 lines
216 B
PHP
17 lines
216 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @author: xaboy<365615158@qq.com>
|
|
* @day: 2017/12/23
|
|
*/
|
|
|
|
namespace app\ebapi\model\store;
|
|
|
|
|
|
use basic\ModelBasic;
|
|
use traits\ModelTrait;
|
|
|
|
class StoreService extends ModelBasic
|
|
{
|
|
use ModelTrait;
|
|
} |