using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WMS.Info { public class TrayNoRequest { public string TrayNo { get; set; } public string LocationNo { get; set; } } }