using System; using System.Collections.Generic; using System.Linq; namespace Mesnac.Action.Compressor.Entity { /// /// /// public class THrGroup { /// /// /// public string GroupID { get; set; } /// /// /// public string GroupName { get; set; } /// /// /// public string Description { get; set; } /// /// /// public string RecorderID { get; set; } /// /// /// 默认值: (getdate()) /// public DateTime? RecordTime { get; set; } } }