11
啊鑫
2025-01-11 c378358dc38972fe6643cb0c2e3a68ce49b9f002
Dto/service/Material.cs
@@ -8,13 +8,17 @@
    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; }
    public string? FsrcEntryId { get; set; }
    public string? FRealQty { get; set; }
    public string? FUnitID { get; set; }
    public string? FMesEntryid { get; set; }
}