//------------------------------------------------------------------------------
//
// 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_paper_guide
///
public partial class test_paper_guide
{
///
/// test_paper_guide_id
///
public decimal test_paper_guide_id { get; set; }
///
/// modal_name
///
public string modal_name { get; set; }
///
/// note
///
public string note { get; set; }
///
/// knowledge_type_set_id
///
public Nullable knowledge_type_set_id { get; set; }
///
/// knowledge_point_set_id
///
public Nullable knowledge_point_set_id { get; set; }
///
/// open_dept_set_id
///
public Nullable open_dept_set_id { get; set; }
///
/// is_open_answer
///
public Nullable is_open_answer { get; set; }
///
/// question_libary_set_id
///
public string question_libary_set_id { get; set; }
///
/// error_percent
///
public Nullable error_percent { get; set; }
///
/// used_count_min
///
public Nullable used_count_min { get; set; }
///
/// used_count_max
///
public Nullable used_count_max { get; set; }
///
/// difficulty_degree_minvalue
///
public Nullable difficulty_degree_minvalue { get; set; }
///
/// difficulty_degree_maxvalue
///
public Nullable difficulty_degree_maxvalue { get; set; }
///
/// isTestOrSelfTest
///
public Nullable isTestOrSelfTest { get; set; }
///
/// test_method
///
public Nullable test_method { get; set; }
///
/// get_question_method
///
public Nullable get_question_method { get; set; }
///
/// question_update_date_min
///
public Nullable question_update_date_min { get; set; }
///
/// question_update_date_max
///
public Nullable question_update_date_max { get; set; }
///
/// is_vaild
///
public Nullable is_vaild { get; set; }
///
/// vaild_begin_date
///
public Nullable vaild_begin_date { get; set; }
///
/// vaild_end_date
///
public Nullable vaild_end_date { get; set; }
///
/// distributing_option
///
public Nullable distributing_option { get; set; }
///
/// Prority
///
public Nullable Prority { get; set; }
///
/// paper_score
///
public Nullable paper_score { get; set; }
///
/// is_converted
///
public Nullable is_converted { get; set; }
///
/// used_count
///
public Nullable used_count { get; set; }
///
/// is_dynamic
///
public Nullable is_dynamic { get; set; }
///
/// is_autogenerate
///
public Nullable is_autogenerate { get; set; }
///
/// created_date
///
public Nullable created_date { get; set; }
///
/// created_by
///
public string created_by { get; set; }
}
}