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 ImDevctgy { public ImDevctgy() { ImAnalogdata2010 = new HashSet(); ImEventflag = new HashSet(); ImEventparam = new HashSet(); ImEventtype2010 = new HashSet(); ImFaulttype2010 = new HashSet(); ImPuCtgy = new HashSet(); } public string Devctgycode { get; set; } public string Devctgyname { get; set; } public virtual ICollection ImAnalogdata2010 { get; set; } public virtual ICollection ImEventflag { get; set; } public virtual ICollection ImEventparam { get; set; } public virtual ICollection ImEventtype2010 { get; set; } public virtual ICollection ImFaulttype2010 { get; set; } public virtual ICollection ImPuCtgy { get; set; } } }