南骏 池
2025-04-19 411ebc3c0a2b457bc5eb61443c549b6142a60ff6
Dto/service/Material.cs
@@ -3,10 +3,18 @@
public class Material
{
    public string? FMaterialId { get; set; }
    public string? FUintId { get; set; }
    public decimal? FActReceiveQty { get; set; }
    public string? FStockId { get; set; }
    public string? FsrcEntryId { get; set; }
    public DateTime? FPreDeliveryDate { get; set; }
    public Guid? F_MES_ENTRYID { get; set; }
    public Guid? FSRCENTRYGuid { get; set; }
    public string? FLot { get; set; }
    public string? FRMREALQTY { get; set; }
    public string? FUINT { get; set; }
    public string? FsrcEntryId { get; set; }
    public string? FRealQty { get; set; }