namespace BBWY.Server.Model.Dto { public class JDQueryWareHouseRequest : PlatformRequest { /// /// 开放平台事业部编号 /// public string deptNo { get; set; } /// /// 仓库编号, 逗号间隔 /// public string wareHouseNos { get; set; } } }