perf: 增加原生缓存
This commit is contained in:
14
app/common/logic/user/UserLogic.php
Normal file
14
app/common/logic/user/UserLogic.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\logic\user;
|
||||
|
||||
use app\common\service\BaseServiceLogic;
|
||||
|
||||
/**
|
||||
* 用户逻辑层
|
||||
* Class UserLogic
|
||||
*/
|
||||
class UserLogic extends BaseServiceLogic
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user