步步为盈

14 lines
263 B

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