<?php
namespace app\model;
use Exception;
use think\exception\ValidateException;
class Tag extends Base
{
}