AuthRevokeEntity.java 197 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
package me.zhyd.oauth.url.entity;

import lombok.*;

/**
 * @author yadong.zhang (yadong.zhang0415(a)gmail.com)
 * @version 1.0
 * @since 1.8
 */
@Getter
@Builder
public class AuthRevokeEntity {
}