自动问候功能提交

This commit is contained in:
wong
2025-09-26 15:37:15 +08:00
parent 1e1b65684d
commit acabbf30da
11 changed files with 462 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ use think\Model;
class FollowUp extends Model
{
protected $pk = 'id';
protected $name = 'follow_up';
protected $name = 'kf_follow_up';
// 自动写入时间戳
protected $autoWriteTimestamp = true;