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