//------------------------------------------------------------------------------
//
// 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_onlinetest_manshow
///
public partial class test_onlinetest_manshow
{
///
/// ID
///
public System.Guid ID { get; set; }
///
/// onlinetest_id
///
public Nullable onlinetest_id { get; set; }
///
/// user_id
///
public string user_id { get; set; }
///
/// orgid
///
public string orgid { get; set; }
///
/// orgname
///
public string orgname { get; set; }
///
/// username
///
public string username { get; set; }
///
/// created_date
///
public Nullable created_date { get; set; }
///
/// created_by
///
public string created_by { get; set; }
///
/// test_onlinetest
///
public virtual test_onlinetest test_onlinetest { get; set; }
}
}