1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- //------------------------------------------------------------------------------
- // <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>
- /// test_onlinetest_manshow
- /// </summary>
- public partial class test_onlinetest_manshow
- {
- /// <summary>
- /// ID
- /// </summary>
- public System.Guid ID { get; set; }
- /// <summary>
- /// onlinetest_id
- /// </summary>
- public Nullable<decimal> onlinetest_id { get; set; }
- /// <summary>
- /// user_id
- /// </summary>
- public string user_id { get; set; }
- /// <summary>
- /// orgid
- /// </summary>
- public string orgid { get; set; }
- /// <summary>
- /// orgname
- /// </summary>
- public string orgname { get; set; }
- /// <summary>
- /// username
- /// </summary>
- public string username { get; set; }
- /// <summary>
- /// created_date
- /// </summary>
- public Nullable<System.DateTime> created_date { get; set; }
- /// <summary>
- /// created_by
- /// </summary>
- public string created_by { get; set; }
-
- /// <summary>
- /// test_onlinetest
- /// </summary>
- public virtual test_onlinetest test_onlinetest { get; set; }
- }
- }
|