namespace MES.Service.Dto.webApi
|
{
|
public class ErpSalesReturnNoticeDetail
|
{
|
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? fMaterialName { get; set; }
|
public string? fMaterialModel { 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? fEntryDescription { get; set; }
|
public string? fRmType { get; set; }
|
public string? fStockUnitID { get; set; }
|
public string? fStockQty { get; set; }
|
public string? fMaterialType { 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; }
|
|
|
|
}
|
}
|