//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace PEIS.Model { using System; using System.Collections.Generic; public partial class Blood_Infusion { public int ID { get; set; } public Nullable RID { get; set; } public Nullable PID { get; set; } public Nullable MID { get; set; } public Nullable BID { get; set; } public Nullable OutTime { get; set; } public string DeptCode { get; set; } public string DeptName { get; set; } public string ReceiverCode { get; set; } public string Receiver { get; set; } public Nullable ReceiveTime { get; set; } public string ReceiveCheckerCode { get; set; } public string ReceiveChecker { get; set; } public Nullable StartTime { get; set; } public string StarterCode { get; set; } public string Starter { get; set; } public string StartCheckerCode { get; set; } public string StartChecker { get; set; } public Nullable FinishTime { get; set; } public string FinisherCode { get; set; } public string Finisher { get; set; } public string FinishCheckerCode { get; set; } public string FinishChecker { get; set; } public Nullable PrintTime { get; set; } public string PrinterCode { get; set; } public string Printer { get; set; } public Nullable PrintCount { get; set; } public Nullable LastPrintTime { get; set; } public string LastPrinter { get; set; } public string ReceiveDeptCode { get; set; } public string ReceiveDeptName { get; set; } public string Checker { get; set; } public Nullable CheckTime { get; set; } } }