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 ImManufacturer { public ImManufacturer() { ImAsdu140Fltacttype = new HashSet(); ImAsdu140Fltcurrinfo = new HashSet(); ImAsdu142info = new HashSet(); ImCtrlworddef = new HashSet(); ImDevicedzenum = new HashSet(); ImPuCtgy = new HashSet(); } public string Manucode { get; set; } public string Manuname { get; set; } public virtual ICollection ImAsdu140Fltacttype { get; set; } public virtual ICollection ImAsdu140Fltcurrinfo { get; set; } public virtual ICollection ImAsdu142info { get; set; } public virtual ICollection ImCtrlworddef { get; set; } public virtual ICollection ImDevicedzenum { get; set; } public virtual ICollection ImPuCtgy { get; set; } } }