namespace MES.Service.Dto.webApi.FbsDb; public class FbsDbB { public string eid { get; set; } public string erpid { get; set; } public string? FMATERIALID { get; set; } public string? FUNITID { get; set; } public string? FQty { get; set; } public string? FOwnerTypeId { get; set; } public string? FOwnerId { get; set; } public string? FStockId { get; set; } public string? FOwnerTypeInId { get; set; } public string? FOwnerInId { get; set; } public string? FStockInId { get; set; } public string? FNote { get; set; } public string? FStockOrgId { get; set; } public string? FStockOrgInId { get; set; } public string? FLot { get; set; } public string? FMtoNo { get; set; } }