//------------------------------------------------------------------------------ // // 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 EMIS.Entities.HRServices { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// Comm_OrgInfo /// public partial class Comm_OrgInfo { public Comm_OrgInfo() { this.Comm_Users = new HashSet(); } /// /// dpid /// public string dpid { get; set; } /// /// parentdpid /// public string parentdpid { get; set; } /// /// dpcode /// public string dpcode { get; set; } /// /// dplv /// public Nullable dplv { get; set; } /// /// dpname /// public string dpname { get; set; } /// /// dpfullname /// public string dpfullname { get; set; } /// /// dpdesc /// public string dpdesc { get; set; } /// /// isshow /// public Nullable isshow { get; set; } /// /// status /// public string status { get; set; } /// /// orderNo /// public string orderNo { get; set; } /// /// isTmpDP /// public string isTmpDP { get; set; } /// /// createdt /// public Nullable createdt { get; set; } /// /// updatedt /// public Nullable updatedt { get; set; } /// /// AllowDist /// public Nullable AllowDist { get; set; } /// /// OrderNum /// public string OrderNum { get; set; } /// /// Comm_Users /// public virtual HashSet Comm_Users { get; set; } } }