package com.jty.wsxt.infrastructure.security;

import lombok.Data;

@Data
public class RefreshTokenBean {

    private String refreshToken;
}