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