using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.WMS.DAL.Pda { public class SaveMoveStockDto { public string StockCode { get; set; } public string StartAreaCode { get; set; } public string EndAreaCode { get; set; } public string ItemCode { get; set; } public string TraySpec { get; set; } public string ItemQty { get; set; } public string UserLogin { get; set; } public string UserName { get; set; } public string tokenId { get; set; } public string LotNo { get; set; } } }