123456789101112131415161718192021222324252627282930313233343536373839404142 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 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.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace EMISOnline.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
- /// <summary>
- /// v_question
- /// </summary>
- public partial class v_question
- {
- /// <summary>
- /// question_json
- /// </summary>
- public string question_json { get; set; }
- /// <summary>
- /// test_question_Id
- /// </summary>
- public decimal test_question_Id { get; set; }
- /// <summary>
- /// base_question_type_id
- /// </summary>
- public Nullable<decimal> base_question_type_id { get; set; }
- /// <summary>
- /// test_paper_id
- /// </summary>
- public Nullable<decimal> test_paper_id { get; set; }
- /// <summary>
- /// order_
- /// </summary>
- public int order_ { get; set; }
- }
- }
|