namespace MES.Service.Dto.webApi
|
{
|
public class ErpSalesDeliveryNoticeDetail
|
{
|
public string? Id { get; set; }
|
public string? type { get; set; }
|
public string? erpID { get; set; }
|
public string? ehid { get; set; }
|
public string? fMaterialId { get; set; }
|
public string? fUnitID { get; set; }
|
public string? fQty { get; set; }
|
public string? fIsFree { get; set; }
|
public string? fDeliverydate { get; set; }
|
public string? fStockId { get; set; }
|
public string? fMtoNo { get; set; }
|
public string? fLot { get; set; }
|
public string? fStockUnitID { get; set; }
|
public string? fStockQty { get; set; }
|
public string? fOwnerTypeID { get; set; }
|
public string? fOwnerId { get; set; }
|
public string? fSrcType { get; set; }
|
public string? fSrcBillNo { get; set; }
|
public string? fOrderNo { get; set; }
|
public string? fPriceUnitQty { get; set; }
|
public string? fOwnerIdHead { get; set; }
|
public string? fPlanDeliveryDate { get; set; }
|
public string? fOutLmtUnit { get; set; }
|
public string? fOutMaxQty { get; set; }
|
public string? fOutMinQty { get; set; }
|
public string? fDeliveryLoc { get; set; }
|
public string? fDeliveryLAddress { get; set; }
|
public string? fTerminationStatus { get; set; }
|
public string? fTerminateDate { get; set; }
|
public string? fSumOutQty { get; set; }
|
public string? fRemainOutQty { get; set; }
|
public string? FNoteEntry { get; set; }
|
|
|
|
}
|
}
|