//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace PEIS.Model { using System; using System.Collections.Generic; public partial class vw_result_to_peis1 { public string ReportKind { get; set; } public string ReportName { get; set; } public string EnrollmentId { get; set; } public string PatientName { get; set; } public string BiaoBenKind { get; set; } public string LisCode { get; set; } public string ExamItemName { get; set; } public string JianYanYiQi { get; set; } public string LisValue { get; set; } public string LisUnit { get; set; } public string LisRange { get; set; } public string UnusualFlag { get; set; } public string LisFlag { get; set; } public Nullable XiJunName { get; set; } public Nullable YiJunNongDu { get; set; } public Nullable YiJunHuanZhiJin { get; set; } public Nullable JunLuoJiShu { get; set; } public Nullable XiJunValue { get; set; } public Nullable XiJunOrderNo { get; set; } public Nullable YaoMinName { get; set; } public Nullable YaoMinValue { get; set; } public string ApplySheetId { get; set; } public Nullable ApplyOperDate { get; set; } public string CheckOperName { get; set; } public Nullable CheckOperDate { get; set; } public string ReportOperName { get; set; } public Nullable ReportOperDate { get; set; } } }