系统的仓库标识,统一使用编码

This commit is contained in:
tongfei
2023-11-08 15:16:07 +08:00
parent c66741b561
commit a5775e6d95
16 changed files with 41 additions and 51 deletions

View File

@@ -55,8 +55,8 @@ namespace WMS.Web.Core.Dto
///</summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 仓库ID
/// 仓库编码
/// </summary>
public int? StockId { get; set; }
public string StockCode { get; set; }
}
}