【存客宝】 获取自动分配规则
This commit is contained in:
11
Server/application/api/model/AllotRuleModel.php
Normal file
11
Server/application/api/model/AllotRuleModel.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class AllotRuleModel extends Model
|
||||
{
|
||||
// 设置表名
|
||||
protected $table = 's2_allot_rule';
|
||||
}
|
||||
Reference in New Issue
Block a user