using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_DTO { /// /// 请求库位信息 /// public class RequsetCellInfo { /// /// 库区 /// public int LocationArea { get; set; } /// /// 库位号 /// public string LocationID { get; set; } } }