using System; using System.Collections.Generic; using System.Text; namespace Bowin.Common.DES { public class DesModel { public string token { get; set; } public DateTime tm { get; set; } } }