namespace EgwCoreLib.Lux.Core.RestPayload { public class BomDTO { //public string UID { get; set; } = ""; //public string Customer { get; set; } = ""; public List ItemList { get; set; } = new List(); } }