电话获客

This commit is contained in:
wong
2025-08-12 09:29:27 +08:00
parent 239e518676
commit 863a4fd31f
6 changed files with 339 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\api\model;
use think\Model;
class CallRecordingModel extends Model
{
// 设置表名
protected $table = 's2_call_recording';
}