//------------------------------------------------------------------------------
//
// 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_question_libary
///
public partial class test_question_libary
{
///
/// test_question_libary_id
///
public decimal test_question_libary_id { get; set; }
///
/// name
///
public string name { get; set; }
///
/// note
///
public string note { get; set; }
///
/// base_limited_group_id
///
public Nullable base_limited_group_id { get; set; }
///
/// owner_id
///
public Nullable owner_id { get; set; }
///
/// is_vaild
///
public Nullable is_vaild { get; set; }
///
/// parent_id
///
public Nullable parent_id { get; set; }
///
/// ancestor_id
///
public string ancestor_id { get; set; }
///
/// describe
///
public string describe { get; set; }
///
/// created_by
///
public string created_by { get; set; }
///
/// userName
///
public string userName { get; set; }
///
/// created_date
///
public Nullable created_date { get; set; }
///
/// filled
///
public bool filled { get; set; }
///
/// time_of_filling
///
public Nullable time_of_filling { get; set; }
}
}