AggregateKeywordComment.php
283 字节
<?php
/**
* @remark :
* @name :AggregateKeywordComment.php
* @author :lyh
* @method :post
* @time :2025/6/3 17:42
*/
namespace App\Models\Project;
use App\Models\Base;
class AggregateKeywordComment extends Base
{
protected $table = 'gl_aggregate_keyword_comment';
}