using System; using System.Collections.Generic; // Code scaffolded by EF Core assumes nullable reference types (NRTs) are not used or disabled. // If you have enabled NRTs for your project, then un-comment the following line: // #nullable disable namespace ConsoleISMSMysql.Models { public partial class TbYonghu { public TbYonghu() { TbQuanxian = new HashSet(); TbYonghuguanxiYonghuNavigation = new HashSet(); TbYonghuguanxiYonghuzuNavigation = new HashSet(); } public string Yonghuming { get; set; } public string Leixing { get; set; } public string Quanming { get; set; } public string Yonghumiaoshu { get; set; } public DateTime Chuangjiansj { get; set; } public string Kouling { get; set; } public string Zhuangtai { get; set; } public string Zhuye { get; set; } public string Bumenid { get; set; } public int Errcount { get; set; } public DateTime? Lasterrtime { get; set; } public DateTime? Lastchangpasstime { get; set; } public virtual ICollection TbQuanxian { get; set; } public virtual ICollection TbYonghuguanxiYonghuNavigation { get; set; } public virtual ICollection TbYonghuguanxiYonghuzuNavigation { get; set; } } }