//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class Blood_Match_Detail
{
public int ID { get; set; }
public Nullable MID { get; set; }
public Nullable BID { get; set; }
public string BloodCode { get; set; }
public string Method1Code { get; set; }
public string Method1 { get; set; }
public string Method2Code { get; set; }
public string Method2 { get; set; }
public string Primary1ResultCode { get; set; }
public string Primary1Result { get; set; }
public string Secondary1ResultCode { get; set; }
public string Secondary1Result { get; set; }
public string Primary2ResultCode { get; set; }
public string Primary2Result { get; set; }
public string Secondary2ResultCode { get; set; }
public string Secondary2Result { get; set; }
public Nullable Seq { get; set; }
public Nullable HasCharged { get; set; }
public Nullable Fee { get; set; }
public string ChargeResult { get; set; }
public Nullable IsOut { get; set; }
public Nullable OID { get; set; }
public string BloodTypeCode { get; set; }
public string BloodType { get; set; }
public string Screening { get; set; }
public string Conclusion { get; set; }
public string Abo { get; set; }
public string Rh { get; set; }
public string AdviceText { get; set; }
public string OrderNo { get; set; }
public Nullable HasCost { get; set; }
public string AdvicerCode { get; set; }
public string Advicer { get; set; }
public Nullable AdviceTime { get; set; }
public string CosterCode { get; set; }
public string Coster { get; set; }
public Nullable CostTime { get; set; }
public string FeeItemCode { get; set; }
public Nullable SendTime { get; set; }
public string Sender { get; set; }
public Nullable PrintTime { get; set; }
public string Printer { get; set; }
public Nullable TakeTime { get; set; }
public string Taker { get; set; }
}
}