客服端 内容管理功能
This commit is contained in:
10
Server/application/chukebao/model/ReplyGroup.php
Normal file
10
Server/application/chukebao/model/ReplyGroup.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\chukebao\model;
|
||||
|
||||
use think\Model;
|
||||
class ReplyGroup extends Model
|
||||
{
|
||||
protected $pk = 'id';
|
||||
protected $name = 'kf_reply_group';
|
||||
}
|
||||
Reference in New Issue
Block a user