//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace EMISOnline.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// test_exchange
///
public partial class test_exchange
{
///
/// id
///
public decimal id { get; set; }
///
/// onlinetest_id
///
public Nullable onlinetest_id { get; set; }
///
/// type
///
public Nullable type { get; set; }
///
/// receiveType
///
public Nullable receiveType { get; set; }
///
/// receiver
///
public string receiver { get; set; }
///
/// content
///
public string content { get; set; }
///
/// extendIntData
///
public Nullable extendIntData { get; set; }
///
/// extendStringData
///
public string extendStringData { get; set; }
///
/// handled
///
public Nullable handled { get; set; }
///
/// sendTime
///
public Nullable sendTime { get; set; }
///
/// ExamEndState
///
public Nullable ExamEndState { get; set; }
}
}