mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 11:32:48 +08:00
调整admin下的类库代码,将主要逻辑调整到extend下
This commit is contained in:
16
extend/base/admin/model/SystemQuickClass.php
Normal file
16
extend/base/admin/model/SystemQuickClass.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace base\admin\model;
|
||||
|
||||
use app\common\model\TimeModel;
|
||||
|
||||
class SystemQuickClass extends TimeModel
|
||||
{
|
||||
protected $deleteTime = 'delete_time';
|
||||
|
||||
public static $autoCache = [
|
||||
[
|
||||
'name' => 'welcome_list',
|
||||
],
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user