ai对话功能提交
This commit is contained in:
11
Server/application/cunkebao/model/AiKnowledgeBase.php
Normal file
11
Server/application/cunkebao/model/AiKnowledgeBase.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace app\cunkebao\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
|
||||
class AiKnowledgeBase extends Model
|
||||
{
|
||||
// 设置表名
|
||||
protected $name = 'ai_knowledge_base';
|
||||
}
|
||||
Reference in New Issue
Block a user