//------------------------------------------------------------------------------ // // 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; /// /// ExamResult_backup_20120913 /// public partial class ExamResult_backup_20120913 { /// /// ID /// public decimal ID { get; set; } /// /// user_id /// public string user_id { get; set; } /// /// test_name /// public string test_name { get; set; } /// /// test_paper_id /// public Nullable test_paper_id { get; set; } /// /// test_begin_date /// public Nullable test_begin_date { get; set; } /// /// test_end_date /// public Nullable test_end_date { get; set; } /// /// limited_minutes /// public Nullable limited_minutes { get; set; } /// /// test_address /// public string test_address { get; set; } /// /// onlinetest_id /// public decimal onlinetest_id { get; set; } /// /// OrgId /// public string OrgId { get; set; } /// /// username /// public string username { get; set; } /// /// score /// public Nullable score { get; set; } /// /// modifiy_sore /// public Nullable modifiy_sore { get; set; } /// /// is_auto_read /// public Nullable is_auto_read { get; set; } /// /// visible /// public Nullable visible { get; set; } /// /// is_man_read /// public Nullable is_man_read { get; set; } /// /// last_examination /// public string last_examination { get; set; } } }