* 评论管理 */ namespace app\citys\model; use think\Model; class CitysFollow extends Model{ protected $pk = 'id'; }