11
啊鑫
2024-11-19 ef01f86ce5c84f04edc3ba67e74a5263d86f238d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
namespace NewPdaSqlServer.Dto.service;
 
public class Material
{
    public string? FMaterialId { get; set; }
    public string? FUintId { get; set; }
    public decimal? FActReceiveQty { get; set; }
    public string? FStockId { get; set; }
    public DateTime? FPreDeliveryDate { get; set; }
    public Guid? F_MES_ENTRYID { get; set; }
    public int? FSRCENTRYID { get; set; }
    public Guid? FSRCENTRYGuid { get; set; }
 
    public string? FLot { get; set; }
 
    public string? FMATERIALID { get; set; }
    public string? FRMREALQTY { get; set; }
    public string? FSTOCKID { get; set; }
    public string? FUINT { get; set; }
}