123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- namespace EMISOnline.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
-
-
-
- public partial class ExamResult_backup_20120913
- {
-
-
-
- public decimal ID { get; set; }
-
-
-
- public string user_id { get; set; }
-
-
-
- public string test_name { get; set; }
-
-
-
- public Nullable<decimal> test_paper_id { get; set; }
-
-
-
- public Nullable<System.DateTime> test_begin_date { get; set; }
-
-
-
- public Nullable<System.DateTime> test_end_date { get; set; }
-
-
-
- public Nullable<int> limited_minutes { get; set; }
-
-
-
- public string test_address { get; set; }
-
-
-
- public decimal onlinetest_id { get; set; }
-
-
-
- public string OrgId { get; set; }
-
-
-
- public string username { get; set; }
-
-
-
- public Nullable<decimal> score { get; set; }
-
-
-
- public Nullable<decimal> modifiy_sore { get; set; }
-
-
-
- public Nullable<bool> is_auto_read { get; set; }
-
-
-
- public Nullable<bool> visible { get; set; }
-
-
-
- public Nullable<bool> is_man_read { get; set; }
-
-
-
- public string last_examination { get; set; }
- }
- }
|