namespace MES.Service.Dto.service;
|
|
public class Material
|
{
|
public string? FmrMode { get; set; }
|
public string? FngDesc { get; set; }
|
public decimal? FsrcEntryId { get; set; }
|
public decimal? FrmRealQty { get; set; }
|
public string? FmaterialId { get; set; }
|
public string? FstockId { get; set; }
|
public string? Funit { get; set; }
|
public decimal? FmesEntryId { get; set; }
|
public decimal? Mid { get; set; }
|
public string? UserName { get; set; }
|
}
|