【存客宝】 获取自动分配规则

This commit is contained in:
wong
2025-04-26 11:18:42 +08:00
parent 68fa1c9a51
commit 19271f13af
5 changed files with 222 additions and 37 deletions

View File

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