体检Winform版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.1 KiB

2 years ago
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class v_egent_data
{
public Nullable<int> ID { get; set; }
public Nullable<System.DateTime> 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<int> Out_Order { get; set; }
public Nullable<decimal> Number_1 { get; set; }
public Nullable<decimal> Number_2 { get; set; }
public string Patient_Code { get; set; }
public string NAME { get; set; }
public string sex { get; set; }
public Nullable<int> Age { get; set; }
public string Clinic_zd { get; set; }
public string Patient_Kind { get; set; }
public Nullable<System.DateTime> 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; }
}
}