using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.WCS.HangYang.LISTA.models { public class Wcsmodel { /// /// 货位码 /// public string loc { get; set; } /// /// 托盘码 /// public string cntrNo { get; set; } } }