com.garmin.vo.ResponseToken Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of garmin-oauth Show documentation
Show all versions of garmin-oauth Show documentation
Package garmin license, new user license to app
The newest version!
package com.garmin.vo;
import lombok.Data;
/**
* @Classname ResponseToken
* @Description TODO
* @Date 2019/10/18 14:14
* @Created by weihua.zou
*/
@Data
public class ResponseToken {
private int code;
private String msg;
private Object data;
}