添加仓库名称

This commit is contained in:
tongfei
2023-11-03 11:00:47 +08:00
parent 4edfd4f5e2
commit f695d3fa0c
2 changed files with 17 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ namespace WMS.Web.Core.Dto.InStockTask
/// </summary>
public string StockCode { get; set; }
/// <summary>
/// 仓库名称
/// </summary>
public string StockName { get; set; }
/// <summary>
/// 物料ID
/// </summary>