mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
新增通用的虚拟数据模型;新增定时任务多进程;新增多进程阻塞模式的定时器;
This commit is contained in:
11
extend/base/common/model/VirtualModelBase.php
Normal file
11
extend/base/common/model/VirtualModelBase.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace base\common\model;
|
||||
|
||||
use think\Model;
|
||||
use think\model\concern\Virtual;
|
||||
|
||||
class VirtualModelBase extends Model
|
||||
{
|
||||
use Virtual;
|
||||
}
|
||||
Reference in New Issue
Block a user