v_question.cs 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace EMISOnline.Entities
  10. {
  11. #pragma warning disable 1573
  12. using System;
  13. using System.Collections.Generic;
  14. /// <summary>
  15. /// v_question
  16. /// </summary>
  17. public partial class v_question
  18. {
  19. /// <summary>
  20. /// question_json
  21. /// </summary>
  22. public string question_json { get; set; }
  23. /// <summary>
  24. /// test_question_Id
  25. /// </summary>
  26. public decimal test_question_Id { get; set; }
  27. /// <summary>
  28. /// base_question_type_id
  29. /// </summary>
  30. public Nullable<decimal> base_question_type_id { get; set; }
  31. /// <summary>
  32. /// test_paper_id
  33. /// </summary>
  34. public Nullable<decimal> test_paper_id { get; set; }
  35. /// <summary>
  36. /// order_
  37. /// </summary>
  38. public int order_ { get; set; }
  39. }
  40. }