更换model目录
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
|
||||
namespace App\Cache\Base;
|
||||
|
||||
use App\Models\Follow\FollowModel;
|
||||
|
||||
//用户缓存用户基础信息(等于数据表)primary_key为主键
|
||||
abstract class TableBaseCache extends BaseCache
|
||||
{
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
namespace App\Cache\Struct;
|
||||
|
||||
use App\Cache\Base\StructBaseCache;
|
||||
use App\Models\Customer\CustomerUserExtendModel;
|
||||
use App\Models\Api\Customer\CustomerUserExtendModel;
|
||||
|
||||
//用户缓存用户基础信息(结构自己组装不完全等于数据表)primary_key为主键
|
||||
class StructUserCommonCacheUid extends StructBaseCache
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
namespace App\Cache\Table;
|
||||
|
||||
use App\Cache\Base\TableBaseCache;
|
||||
use App\Models\Customer\CustomerUserModel;
|
||||
use App\Models\Api\Customer\CustomerUserModel;
|
||||
|
||||
//用户缓存用户基础信息(结构自己组装不完全等于数据表)uid为主键
|
||||
class TableCustomerUserCache extends TableBaseCache
|
||||
|
||||
Reference in New Issue
Block a user