ai对话功能提交

This commit is contained in:
wong
2025-10-25 17:41:20 +08:00
parent a5b1861e7d
commit aa3c07a0b2
12 changed files with 1883 additions and 24 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\cunkebao\model;
use think\Model;
class AiKnowledgeBase extends Model
{
// 设置表名
protected $name = 'ai_knowledge_base';
}