Files
cunkebao_v3/Server/application/chukebao/model/ReplyGroup.php
2025-10-13 16:14:33 +08:00

10 lines
156 B
PHP

<?php
namespace app\chukebao\model;
use think\Model;
class ReplyGroup extends Model
{
protected $pk = 'id';
protected $name = 'kf_reply_group';
}