//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace sbcLabSystem.Import
{
using System;
using System.Collections.Generic;
public partial class EQAParticipant
{
public int ID { get; set; }
public int DistributionID { get; set; }
public int LabID { get; set; }
public int ProjectID { get; set; }
public System.DateTime DateCreated { get; set; }
public bool IsCharged { get; set; }
public bool IsExpressSended { get; set; }
public string SampleSNO { get; set; }
public string ExpressBillCode { get; set; }
public string ExpressContent { get; set; }
public Nullable SampleReceivedDate { get; set; }
public string SampleFeedbackData { get; set; }
public Nullable DateBegin { get; set; }
public bool IsDataChanged { get; set; }
public Nullable DateChanged { get; set; }
public bool IsDataSubmitted { get; set; }
public Nullable DateSubmitted { get; set; }
public string DataProject { get; set; }
public string DataProjectAttachs { get; set; }
public Nullable AdminID { get; set; }
public string RegisteredLetter { get; set; }
public bool IsRead { get; set; }
public string ChargeNote { get; set; }
}
}