优化合并

This commit is contained in:
tongfei
2024-03-18 11:05:03 +08:00
25 changed files with 176 additions and 124 deletions

View File

@@ -33,10 +33,14 @@ namespace WMS.Web.Core.Dto.Erp.OutStock
/// 对应金蝶单据明细id(销售出库同步金蝶下推使用)
/// </summary>
public int Erp_DetailId { get; set; } = 0;
///// <summary>
///// 物料Id
/////</summary>
//public int MaterialId { get; set; }
/// <summary>
/// 物料Id
/// 物料编码
///</summary>
public int MaterialId { get; set; }
public string MaterialNumber { get; set; }
/// <summary>
/// 仓库ID
///</summary>