私域抄盘手 - 设备详情返工

This commit is contained in:
柳清爽
2025-04-16 16:10:37 +08:00
parent 2891a40dc4
commit bd3f17baed
12 changed files with 309 additions and 163 deletions

View File

@@ -0,0 +1,14 @@
<?php
namespace app\common\model;
use think\Model;
/**
* 微信好友模型类
*/
class DeviceWechatLogin extends Model
{
// 登录日志最新登录 alive = 1旧数据全部设置0
protected $name = 'device_wechat_login';
}