www_fpvone_cn/application/admin/model/MessageLog.php

25 lines
290 B
PHP
Raw Normal View History

2024-12-20 12:29:51 +08:00
<?php
/**
* @Created by PhpStorm.
* @Author:Soar
* @Time:2023/7/19 17:22
*/
/**
* @Created by PhpStorm.
* @Author:Soar
* @Time:2023/7/19 15:03
*/
namespace app\admin\model;
use think\Model;
class MessageLog extends Model
{
// 表名
protected $name = 'message_log';
}