GeoQuestionLog.php
379 字节
<?php
/**
* @remark :
* @name :GeoQuestionLog.php
* @author :lyh
* @method :post
* @time :2025/7/4 9:31
*/
namespace App\Models\Geo;
use App\Models\Base;
/**
* @remark :geo设置请求日志
* @name :GeoQuestionLog
* @author :lyh
* @method :post
* @time :2025/7/4 9:32
*/
class GeoQuestionLog extends Base
{
protected $table = 'gl_geo_question_log';
}