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

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 DeviceTaskconf extends Model
{
// 设置表名
protected $name = 'device_taskconf';
}