AiPrefix.php
347 字节
<?php
/**
* @remark :
* @name :AiPrefix.php
* @author :lyh
* @method :post
* @time :2023/9/27 15:25
*/
namespace App\Models\Ai;
use App\Models\Base;
/**
* @remark :ai前后缀
* @name :AiPrefix
* @author :lyh
* @method :post
* @time :2023/9/27 15:26
*/
class AiPrefix extends Base
{
protected $table = 'gl_ai_prefix';
}