啊鑫
2024-11-27 9b6d6f7f6b89c80edbef8da32feb0cf504a7c523
Dto/service/Material.cs
@@ -3,18 +3,14 @@
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? FsrcEntryId { 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? FRealQty { get; set; }
    public string? FUnitID { get; set; }
    public string? FMesEntryid { get; set; }
}