EmailData.php
353 字节
<?php
/**
* @remark :
* @name :EmailData.php
* @author :lyh
* @method :post
* @time :2025/3/4 17:53
*/
namespace App\Models\Inquiry;
use App\Models\Base;
/**
* @remark :邮箱库
* @name :EmailData
* @author :lyh
* @method :post
* @time :2025/3/4 17:54
*/
class EmailData extends Base
{
protected $table = 'gl_email_data';
}