namespace BBWY.Server.Model.Dto
{
public class JDShopToken
public string AccessToken { get; set; }
public string ShopName { get; set; }
public string ShopNick { get; set; }
public string State { get; set; }
}