//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class v_egent_data
{
public Nullable ID { get; set; }
public Nullable Test_Date { get; set; }
public string YBH { get; set; }
public string Item_Code { get; set; }
public string Item_Name { get; set; }
public string TestValue { get; set; }
public string Fcjg { get; set; }
public string Flag_YQ { get; set; }
public string Text_range { get; set; }
public string Text_Danwei { get; set; }
public string Text_Note { get; set; }
public string Code_Standart { get; set; }
public Nullable Out_Order { get; set; }
public Nullable Number_1 { get; set; }
public Nullable Number_2 { get; set; }
public string Patient_Code { get; set; }
public string NAME { get; set; }
public string sex { get; set; }
public Nullable Age { get; set; }
public string Clinic_zd { get; set; }
public string Patient_Kind { get; set; }
public Nullable Date_report { get; set; }
public string Require_doctor { get; set; }
public string Require_bm { get; set; }
public string require_bq { get; set; }
public string Bed_no { get; set; }
public string Reporter { get; set; }
public string Checker { get; set; }
public string Remark_info { get; set; }
public string ProcessDate { get; set; }
public string processOperName { get; set; }
public string OrderNo { get; set; }
public string OrderItemNo { get; set; }
}
}