//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace DataAccess { using System; using System.Collections.Generic; public partial class Order { public long Id { get; set; } public string OrderId { get; set; } public string OrderNo { get; set; } public string OrderSubNo { get; set; } public string RepeatIndicator { get; set; } public string OrderClass { get; set; } public string OrderText { get; set; } public string Dosage { get; set; } public string DosageUnits { get; set; } public string DrugSpec { get; set; } public string FirmId { get; set; } public string Administration { get; set; } public string Frequency { get; set; } public string FreqCounter { get; set; } public string FreqInterval { get; set; } public string FreqIntervalUnit { get; set; } public string FreqDetail { get; set; } public string PerformSchedule { get; set; } public string PerformResult { get; set; } public Nullable StartDateTime { get; set; } public Nullable StopDateTime { get; set; } public string StartDoctor { get; set; } public string StartNurse { get; set; } public string OrderStatus { get; set; } public string BillingAttr { get; set; } public string DrugBillingAttr { get; set; } public string ApplyNo { get; set; } public Nullable LastPerformDateTime { get; set; } public string PatientId { get; set; } public string VisitId { get; set; } } }