增加组织编码
This commit is contained in:
@@ -22,6 +22,10 @@ namespace WMS.Web.Core.Dto.Erp.OutStock
|
||||
///</summary>
|
||||
public int DeliveryOrgId { get; set; }
|
||||
/// <summary>
|
||||
/// 组织编码
|
||||
///</summary>
|
||||
public string OrgCode { get; set; }
|
||||
/// <summary>
|
||||
/// 收货客户
|
||||
///</summary>
|
||||
public int ReceiptCustomerId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user