WebSettingCountry.php 308 字节
<?php

namespace App\Models\WebSetting;

use Illuminate\Database\Eloquent\Model;

/**
 * @method static whereIn(string $string, false|string[] $explode)
 * @method static where(string $string, mixed|string $lang)
 */
class WebSettingCountry extends Model
{
    protected $table = 'gl_web_setting_country';
}