WordCountry.php
367 字节
<?php
/**
* @remark :
* @name :WordCountry.php
* @author :lyh
* @method :post
* @time :2025/3/11 17:24
*/
namespace App\Models\Com;
use App\Models\Base;
/**
* @remark :国家信息
* @name :WordCountry
* @author :lyh
* @method :post
* @time :2025/3/11 17:24
*/
class WordCountry extends Base
{
protected $table = 'gl_world_country_city';
}