//------------------------------------------------------------------------------ // // 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 { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// CF_Publish /// public partial class CF_Publish { public CF_Publish() { this.CF_TeachingMaterialPool = new HashSet(); this.ET_StockIn = new HashSet(); this.ET_SupplierDiscountSet = new HashSet(); } /// /// PublishID /// public System.Guid PublishID { get; set; } /// /// UnitCode /// public string UnitCode { get; set; } /// /// UnitName /// public string UnitName { get; set; } /// /// UnitShortName /// public string UnitShortName { get; set; } /// /// ContectUser /// public string ContectUser { get; set; } /// /// Mobile /// public string Mobile { get; set; } /// /// Phone /// public string Phone { get; set; } /// /// Fax /// public string Fax { get; set; } /// /// Email /// public string Email { get; set; } /// /// BandCard /// public string BandCard { get; set; } /// /// BandName /// public string BandName { get; set; } /// /// Ein /// public string Ein { get; set; } /// /// Address /// public string Address { get; set; } /// /// IsSupplier /// public Nullable IsSupplier { get; set; } /// /// IsPulish /// public Nullable IsPulish { get; set; } /// /// IsPrint /// public Nullable IsPrint { get; set; } /// /// Desc /// public string Desc { get; set; } /// /// CreateUserID /// public Nullable CreateUserID { get; set; } /// /// CreateTime /// public Nullable CreateTime { get; set; } /// /// CF_TeachingMaterialPool /// public virtual HashSet CF_TeachingMaterialPool { get; set; } /// /// ET_StockIn /// public virtual HashSet ET_StockIn { get; set; } /// /// ET_SupplierDiscountSet /// public virtual HashSet ET_SupplierDiscountSet { get; set; } } }