namespace NewPdaSqlServer.Dto.service; public class Material { public string? FMaterialId { get; set; } public string? FUintId { get; set; } public decimal? FActReceiveQty { get; set; } public string? FStockId { get; set; } public DateTime? FPreDeliveryDate { get; set; } public string? FsrcEntryId { get; set; } public string? FLot { get; set; } public string? FRealQty { get; set; } public string? FUnitID { get; set; } public string? FMesEntryid { get; set; } }