* * 用户地址表 Table */ namespace app\common\model; use think\Model; use think\facade\Validate; class UserAddress extends Model{ protected $pk = 'id'; }