增加金蝶明细id
This commit is contained in:
@@ -26,6 +26,10 @@ namespace WMS.Web.Core.Dto.Erp.OutStock
|
||||
///</summary>
|
||||
public int ReceiptCustomerId { get; set; }
|
||||
/// <summary>
|
||||
/// 对应金蝶单据明细id(销售出库同步金蝶下推使用)
|
||||
/// </summary>
|
||||
public int Erp_DetailId { get; set; } = 0;
|
||||
/// <summary>
|
||||
/// 物料Id
|
||||
///</summary>
|
||||
public int MaterialId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user