BlogExtendInfo.php
298 字节
<?php
/**
* @remark :
* @name :BlogExtendInfo.php
* @author :lyh
* @method :post
* @time :2025/5/26 15:49
*/
namespace App\Models\Blog;
use App\Models\Base;
class BlogExtendInfo extends Base
{
protected $table = 'gl_blog_extend_info';
protected $connection = 'custom_mysql';
}