AggregationSetting.php 431 字节
<?php
/**
 * @remark :
 * @name   :AggregationSetting.php
 * @author :lyh
 * @method :post
 * @time   :2023/10/23 10:45
 */

namespace App\Models\Product;

use App\Models\Base;

/**
 * @remark :产品关键字聚合页设置
 * @name   :AggregationSetting
 * @author :lyh
 * @method :post
 * @time   :2023/10/23 10:48
 */
class AggregationSetting extends Base
{
    //设置关联表名
    protected $table = 'gl_product_attr';
}