CreateKeyword.php
366 字节
<?php
/**
* @remark :
* @name :CreateKeyword.php
* @author :lyh
* @method :post
* @time :2023/12/19 9:34
*/
namespace App\Models\Com;
use App\Models\Base;
/**
* @remark :关键字
* @name :CreateKeyword
* @author :lyh
* @method :post
* @time :2023/12/19 9:34
*/
class CreateKeyword extends Base
{
protected $table = 'gl_create_keyword';
}