私域操盘手模块调整
This commit is contained in:
11
Server/application/cunkebao/model/TrafficPool.php
Normal file
11
Server/application/cunkebao/model/TrafficPool.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace app\cunkebao\model;
|
||||
|
||||
/**
|
||||
* 流量池模型
|
||||
*/
|
||||
class TrafficPool extends BaseModel
|
||||
{
|
||||
// 设置表名
|
||||
protected $name = 'traffic_pool';
|
||||
}
|
||||
Reference in New Issue
Block a user