You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
2.2 KiB
52 lines
2.2 KiB
2 years ago
|
//------------------------------------------------------------------------------
|
||
|
// <auto-generated>
|
||
|
// 此代码已从模板生成。
|
||
|
//
|
||
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
||
|
// </auto-generated>
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
namespace PEIS.Model
|
||
|
{
|
||
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
public partial class Blood_Infusion
|
||
|
{
|
||
|
public int ID { get; set; }
|
||
|
public Nullable<int> RID { get; set; }
|
||
|
public Nullable<int> PID { get; set; }
|
||
|
public Nullable<int> MID { get; set; }
|
||
|
public Nullable<int> BID { get; set; }
|
||
|
public Nullable<System.DateTime> 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<System.DateTime> ReceiveTime { get; set; }
|
||
|
public string ReceiveCheckerCode { get; set; }
|
||
|
public string ReceiveChecker { get; set; }
|
||
|
public Nullable<System.DateTime> 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<System.DateTime> 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<System.DateTime> PrintTime { get; set; }
|
||
|
public string PrinterCode { get; set; }
|
||
|
public string Printer { get; set; }
|
||
|
public Nullable<int> PrintCount { get; set; }
|
||
|
public Nullable<System.DateTime> 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<System.DateTime> CheckTime { get; set; }
|
||
|
}
|
||
|
}
|