展杰
2024-08-13 7f6c27ee8f386ec45a94277033b0b4b78f275705
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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; }
    public string? DepotSectionCode { get; set; }
    public string? WorkNo { get; set; }
    public decimal? Frealqty { get; set; }
    public string? FuintId { get; set; }
}