AggregateKeywordAffix.php
421 字节
<?php
/**
* @remark :
* @name :AggregateKeywordAffix.php
* @author :lyh
* @method :post
* @time :2025/5/27 14:16
*/
namespace App\Models\Project;
use App\Models\Base;
/**
* @remark :聚合页关键字前后缀
* @name :AggregateKeywordAffix
* @author :lyh
* @method :post
* @time :2025/5/27 14:16
*/
class AggregateKeywordAffix extends Base
{
protected $table = 'gl_aggregate_keyword_affix';
}