using System; namespace Dao { public class SpCTPatternInfo { public string SpID { get; set; } public string Pattern { get; set; } public string PrePattern { get; set; } public DateTime UpdateTime { get; set; } public DateTime CreateTime { get; set; } public int Count { get; set; } public string OperatorID { get; set; } public int Enabled { get; set; } public string Remark { get; set; } } }