AuthorityScore.php
403 字节
<?php
/**
* @remark :
* @name :AuthorityScore.php
* @author :lyh
* @method :post
* @time :2025/7/1 17:37
*/
namespace App\Models\AuthorityScore;
use App\Models\Base;
/**
* @remark :白帽第三方拉取排名数据
* @name :AuthorityScore
* @author :lyh
* @method :post
* @time :2025/7/1 17:38
*/
class AuthorityScore extends Base
{
protected $table = 'gl_authority_score';
}