using System; using System.Collections.Generic; using System.Text; namespace ProductDistribution.Model { public class TokenCach { public string AliToken { get; set; } public DateTime ExpreTime { get; set; } public string YzToken { get; set; } public string YzShopId { get; set; } } }