//------------------------------------------------------------------------------
//
// 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_keyword
///
public partial class test_keyword
{
public test_keyword()
{
this.test_question_keyword = new HashSet();
}
///
/// test_keyword_id
///
public decimal test_keyword_id { get; set; }
///
/// name
///
public string name { get; set; }
///
/// other_vaild_values
///
public string other_vaild_values { get; set; }
///
/// test_question_keyword
///
public virtual HashSet test_question_keyword { get; set; }
}
}