Files
cunkebao_v3/Server/application/chukebao/model/ReplyGroup.php

10 lines
156 B
PHP
Raw Normal View History

2025-10-13 16:14:33 +08:00
<?php
namespace app\chukebao\model;
use think\Model;
class ReplyGroup extends Model
{
protected $pk = 'id';
protected $name = 'kf_reply_group';
}