//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class Rpt_CheckCost
{
public int ID { get; set; }
public Nullable CollectID { get; set; }
public string SampleCode { get; set; }
public Nullable TestDate { get; set; }
public string Barcode { get; set; }
public string ReqItemCode { get; set; }
public string ReqItemName { get; set; }
public Nullable Cost { get; set; }
public Nullable CostDate { get; set; }
public string SerialNum { get; set; }
public string PatientID { get; set; }
public string PatientName { get; set; }
public string PatientClassCode { get; set; }
public string BedNo { get; set; }
public string ReqDoctCode { get; set; }
public string ReqDoctName { get; set; }
public string ReqDeptCode { get; set; }
public string ReqDeptName { get; set; }
public string ReqDomainCode { get; set; }
public string ReqDomainName { get; set; }
public string TestDeptCode { get; set; }
public string TestDeptName { get; set; }
public string TestDoctCode { get; set; }
public string TestDoctName { get; set; }
public string RptDoctCode { get; set; }
public string RptDoctName { get; set; }
public string HisId { get; set; }
public string OrderNo { get; set; }
public string OrderItemNo { get; set; }
public string ChargerCode { get; set; }
public string Charger { get; set; }
public Nullable HasCharged { get; set; }
public Nullable ChargeResult { get; set; }
}
}