using System; using System.Collections.Generic; using System.Text; namespace WCS.Model.ApiModel.PDAMatBind { public class GetShelfInfoByLocationCodeRequest:RequestBase { /// /// 位置编码 工位编码 /// public string LocationCode { get; set; } /// /// 货架编码 /// public string ShelfCode { get; set; } } }