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