6 changed files with 87 additions and 3 deletions
@ -0,0 +1,34 @@ |
|||||
|
namespace BBWY.Server.Model.Dto |
||||
|
{ |
||||
|
public class JDInStoreOrderDetail |
||||
|
{ |
||||
|
public string poOrderNo { get; set; } |
||||
|
|
||||
|
public string isvPoOrderNo { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 开放平台事业部编号
|
||||
|
/// </summary>
|
||||
|
public string deptNo { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 开放平台库房编号
|
||||
|
/// </summary>
|
||||
|
public string whNo { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 开放平台供应商编号
|
||||
|
/// </summary>
|
||||
|
public string supplierNo { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 采购入库单状态:4等待箱明细、5等待序列号清单、6待集单、10新建、15追加中、16已集单、20初始、30预约、31单据申报、32入园放行、33理货申报、34入库放行、40叫号、50验收、51 TC验收、60上架、70完成、80异常、81未完成、82申报失败、90取消中、91取消成功、92取消失败、93待取消、94等待取消中、95库房修改;最大长度4字符
|
||||
|
/// </summary>
|
||||
|
public string poOrderStatus { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 采购入库单入库状态;1:有差异待确认,2:无差异已确认,3:待确认,4:有差异已确认
|
||||
|
/// </summary>
|
||||
|
public string storageStatus { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue