* * 站点配置 */ namespace app\common\model; use think\Model; class SystemMemberSmsQueue extends Model{ protected $pk = 'id'; }