using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace MES.Service.Dto.webApi
|
{
|
public class ErpDETAIL
|
{
|
public string ? F_UNW_Text_xsddh { get; set; }
|
public string? FOrderNumber { get; set; }
|
//public string? LineNumber { get; set; }
|
public string? FOrderType { get; set; }
|
/*ProductCode FMaterialId*/
|
public string ? FMaterialId { get; set;}
|
public string ? FMaterialName { get; set;}
|
public string ? FMaterialModel { get; set;}
|
public string? FWarehouse { get; set; }
|
public string ? FMinPlanDeliveryDate { get; set;}
|
public decimal? FQty { get; set;}
|
public string ? FUnitID { get; set;}
|
public decimal? FGiftQuantity { get; set; }
|
public decimal? FDeliveredGiftQuantity { get; set; }
|
public decimal? FUnsettledBorrowedQty { get; set; }
|
//public string? FConfigurationMode { get; set; }
|
public string? FConfigurationPlan { get; set; }
|
public decimal? FDeliCommitQty { get; set;}
|
|
public string FIsClosed { get; set; }
|
public string ? FEntryNote { get; set;}
|
public string? FDeviceModel { get; set; }
|
|
public string? FCustomerProductId { get; set; }
|
public string? FCustomerProductName { get; set; }
|
public string? FCustomerSpec { get; set; }
|
public string? FCustomerOrderId { get; set; }
|
|
|
|
|
}
|
}
|