using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEA_DTO.ReturnMES
{
///
///
///
public class BarcodeReturnDTO : BaseReturnDTO
{
///
///
///
public string OldmaterialCode { get; set; }
///
///
///
public decimal OldQty { get; set; }
///
///
///
public string NewmaterialCode { get; set; }
///
///
///
public string Unit { get; set; }
///
///
///
public string FactoryArea { get; set; }
///
///
///
public decimal Qty { get; set; }
///
///
///
public string SupplyCode { get; set; }
///
///
///
public string BatchNo { get; set; }
///
///
///
public string MaterialCode { get; set; }
///
///
///
public string WarehouseCode { get; set; }
///
///
///
public int OperationType { get; set; }
///
///
///
public string Operator { get; set; }
}
}