<?php namespace app\index\model; use think\Model; /** * 敏感词分组模型 */ class Sensitivewords extends Model { }