//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace PEIS.Model { using System; using System.Collections.Generic; public partial class Blood_Reaction { public int ID { get; set; } public Nullable IID { get; set; } public Nullable OccurTime { get; set; } public Nullable Node { get; set; } public Nullable Interval { get; set; } public string IntervalUnit { get; set; } public string Narcosis { get; set; } public string Relation { get; set; } public string Factory { get; set; } public string BatchNo { get; set; } public Nullable HasStoped { get; set; } public string Residue { get; set; } public string Duration { get; set; } public string OtherSymptom { get; set; } public string Description { get; set; } public string CreatorCode { get; set; } public string Creator { get; set; } public Nullable CreateTime { get; set; } public string DeptCode { get; set; } public string DeptName { get; set; } public string DoctCode { get; set; } public string DoctName { get; set; } public string DoctLevel { get; set; } public string DoctRelation { get; set; } public string DoctContent { get; set; } public string DoctReason { get; set; } public Nullable DealTime { get; set; } public Nullable DoctCreateTime { get; set; } public string BloodDoctCode { get; set; } public string BloodDoctName { get; set; } public Nullable BloodDealTime { get; set; } public string BloodSuggest { get; set; } public string DoctConclusion { get; set; } public string DoctOtherContent { get; set; } public Nullable DeleteStatus { get; set; } } }