using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Frame.Data.Entity { public class FormICSOQCCKGROUPUIModel : ICSOQCCKGROUP { public string ID { get; set; } public string CKGROUP { get; set; } public string CKGROUPDESC { get; set; } public string MUSER { get; set; } public string MUSERName { get; set; } public DateTime? MTIME { get; set; } public string WorkPoint { get; set; } public string EATTRIBUTE1 { get; set; } public string CKGROUPMETH { get; set; } } }