GeoArticle.php
360 字节
<?php
/**
* @remark :
* @name :GeoArticle.php
* @author :lyh
* @method :post
* @time :2025/7/14 16:06
*/
namespace App\Models\Geo;
use App\Models\Base;
/**
* @remark :geo文章列表
* @name :GeoArticle
* @author :lyh
* @method :post
* @time :2025/7/14 16:07
*/
class GeoArticle extends Base
{
protected $table = 'gl_geo_article';
}