啊鑫
2024-07-24 687c7eb08e7c3a803a3b60dedc9c394dbb6ba411
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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; }
}