<?php
/**
* @remark :
* @name :GoogleCodeCountry.php
* @author :lyh
* @method :post
* @time :2025/4/3 10:13
*/
namespace App\Models\GoogleSearch;
use App\Models\Base;
class GoogleCodeCountry extends Base
{
protected $table = 'gl_google_code_country';
}