1
啊鑫
2024-11-20 9af3bda7bdcbdaa354b104b2fdaf428b450e7bc1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
namespace NewPdaSqlServer.Dto.service;
 
public class Material
{
    public string? FMaterialId { get; set; }
    public string? FStockId { 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; }
}