using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class Xt_AccountPeriod { public long id { get; set; } public long HYear { get; set; } public long HPeriod { get; set; } public DateTime HBeginDate { get; set; } public DateTime HEndDate { get; set; } public string HEndFlag { get; set; } } }