//------------------------------------------------------------------------------ // // 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; /// /// v_question /// public partial class v_question { /// /// question_json /// public string question_json { get; set; } /// /// test_question_Id /// public decimal test_question_Id { get; set; } /// /// base_question_type_id /// public Nullable base_question_type_id { get; set; } /// /// test_paper_id /// public Nullable test_paper_id { get; set; } /// /// order_ /// public int order_ { get; set; } } }