using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareTestForm.Model { public class MyLocation { /// /// 库位号 /// public string LocationCode { get; set; } /// /// 栅格数 /// public string GridNumber { get; set; } } }