私域抄盘手 - 设备详情返工
This commit is contained in:
14
Server/application/common/model/Device.php
Normal file
14
Server/application/common/model/Device.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* 设备模型类
|
||||
*/
|
||||
class Device extends Model
|
||||
{
|
||||
// 设置表名
|
||||
protected $name = 'device';
|
||||
}
|
||||
Reference in New Issue
Block a user