//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace sbcLabSystem.Import { using System; using System.Collections.Generic; public partial class QCDistributionRegisterInfoes { public int Id { get; set; } public bool IsCharged { get; set; } public int QCDistributionId { get; set; } public int ProjectId { get; set; } public string SampleNo { get; set; } public bool IsSendEMS { get; set; } public string EMSNo { get; set; } public string PacketContent { get; set; } public string Remark { get; set; } public string ModifyUser { get; set; } public System.DateTime ModifyTime { get; set; } public int LabId { get; set; } public bool IsModified { get; set; } public bool IsSubmit { get; set; } public bool IsEnding { get; set; } public string AnswerJSON { get; set; } public Nullable SubmitTime { get; set; } public string SubmitUserNo { get; set; } public Nullable FirstTimeSubmitTime { get; set; } public Nullable LastPageModifyTime { get; set; } public string LetterNo { get; set; } public string ChargeRemark { get; set; } public Nullable ChargeTime { get; set; } public Nullable SendEMSTime { get; set; } public string Score_Detail { get; set; } public virtual QCDistributions QCDistributions { get; set; } public virtual UserRequestInfoes UserRequestInfoes { get; set; } } }