增加金蝶明细id

This commit is contained in:
18942506660
2023-11-10 16:34:20 +08:00
parent bddd26993f
commit de10b40d2e
5 changed files with 20 additions and 0 deletions

View File

@@ -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; }