//------------------------------------------------------------------------------ // // 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_question_set /// public partial class test_paper_question_set { /// /// test_paper_question_set_id /// public decimal test_paper_question_set_id { get; set; } /// /// test_paper_id /// public Nullable test_paper_id { get; set; } /// /// questionXml /// public string questionXml { get; set; } /// /// order /// public Nullable order { get; set; } /// /// test_paper /// public virtual test_paper test_paper { get; set; } } }