体检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.

54 lines
2.2 KiB

2 years ago
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class Blood_Reaction
{
public int ID { get; set; }
public Nullable<int> IID { get; set; }
public Nullable<System.DateTime> OccurTime { get; set; }
public Nullable<int> Node { get; set; }
public Nullable<int> Interval { get; set; }
public string IntervalUnit { get; set; }
public string Narcosis { get; set; }
public string Relation { get; set; }
public string Factory { get; set; }
public string BatchNo { get; set; }
public Nullable<bool> HasStoped { get; set; }
public string Residue { get; set; }
public string Duration { get; set; }
public string OtherSymptom { get; set; }
public string Description { get; set; }
public string CreatorCode { get; set; }
public string Creator { get; set; }
public Nullable<System.DateTime> CreateTime { get; set; }
public string DeptCode { get; set; }
public string DeptName { get; set; }
public string DoctCode { get; set; }
public string DoctName { get; set; }
public string DoctLevel { get; set; }
public string DoctRelation { get; set; }
public string DoctContent { get; set; }
public string DoctReason { get; set; }
public Nullable<System.DateTime> DealTime { get; set; }
public Nullable<System.DateTime> DoctCreateTime { get; set; }
public string BloodDoctCode { get; set; }
public string BloodDoctName { get; set; }
public Nullable<System.DateTime> BloodDealTime { get; set; }
public string BloodSuggest { get; set; }
public string DoctConclusion { get; set; }
public string DoctOtherContent { get; set; }
public Nullable<bool> DeleteStatus { get; set; }
}
}