mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
11 lines
148 B
PHP
11 lines
148 B
PHP
<?php
|
|
namespace app\common\model;
|
|
|
|
use app\common\traits\AutoClearCache;
|
|
use think\Model;
|
|
|
|
class Base extends Model
|
|
{
|
|
// use AutoClearCache;
|
|
}
|