//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace Central.Control.Domain { using System; using System.Collections.Generic; public partial class SYS_DISTRIBUTORS { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public SYS_DISTRIBUTORS() { this.SYS_POST_DEPARTMENT = new HashSet(); this.SYS_USER_DEPARTMENT = new HashSet(); } public string ID { get; set; } public string CODE { get; set; } public string NAME { get; set; } public Nullable BUSINESSLEVEL { get; set; } public Nullable SHOWORDER { get; set; } public string Address { get; set; } public string PARENTCODE { get; set; } public string ParentName { get; set; } public string LICENSEURL { get; set; } public string LICENSEVALUE { get; set; } public string PARENTID { get; set; } public string ProvinceCity { get; set; } public Nullable Province { get; set; } public Nullable City { get; set; } public Nullable Area { get; set; } public string CREATEPERID { get; set; } public Nullable CREATEDATE { get; set; } public Nullable UPDATEDATE { get; set; } public string UPDATEUSER { get; set; } public string FenceID { get; set; } public Nullable FenceRadius { get; set; } public string Theodolite { get; set; } public string DealerNumber { get; set; } public Nullable SaleType { get; set; } public string SaleCar { get; set; } public string Notes { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SYS_POST_DEPARTMENT { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SYS_USER_DEPARTMENT { get; set; } } }