GoogleKeywordInsight.php
288 字节
<?php
/**
* @remark :
* @name :GoogleKeywordInsight.php
* @author :lyh
* @method :post
* @time :2025/3/25 14:33
*/
namespace App\Models\GoogleKeywordInsight;
use App\Models\Base;
class GoogleKeywordInsight extends Base
{
protected $table = 'gl_google_keyword_insight';
}