sjz
2025-04-28 d5e3339a3bf56252ca43fe5143c44b179e877630
StandardInterface/MES.Service/Dto/webApi/SRM/DeliveryNoteDetail.cs
文件名从 StandardInterface/MES.Service/Dto/webApi/ErpDeliveryData.cs 修改
@@ -1,20 +1,17 @@
锘縩amespace MES.Service.Dto.webApi;
锘縩amespace MES.Service.Dto.webApi.SRM;
public class ErpDeliveryData
public class DeliveryNoteDetail
{
    public string? DeliveryNo { get; set; }
    public string? LineNo { get; set; }
    public string? FBillNo { get; set; }
    public string? ProductCode { get; set; }
    public string? IncludeQty { get; set; }
    public string? PurchaseQty { get; set; }
    public string? DeliveryQty { get; set; }
    public string? SalesOrderId { get; set; }
    public string? OrderlineId { get; set; }
    public string? IncludeQty { get; set; }
    public string? PurchaseUnit { get; set; }
    public string? InventoryUnit { get; set; }
    public string? FXSHTH { get; set; }
    public string? Remark { get; set; }
    public string? FMtoNo { get; set; }
    public string? FLot { get; set; }
    public string? F_SLTZ_SCTZDA { get; set; }
}
    public string? FBillNo { get; set; }
    public string? OrderlineId { get; set; }
    public string? DepotNo { get; set; }
}