7 changed files with 41 additions and 4 deletions
@ -0,0 +1,15 @@ |
|||||
|
namespace BBWY.Server.Model.Dto |
||||
|
{ |
||||
|
public class JDQueryWareHouseRequest : PlatformRequest |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 开放平台事业部编号
|
||||
|
/// </summary>
|
||||
|
public string deptNo { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 仓库编号, 逗号间隔
|
||||
|
/// </summary>
|
||||
|
public string wareHouseNos { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue