系统的仓库标识,统一使用编码
This commit is contained in:
@@ -48,8 +48,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; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace WMS.Web.Core.Dto.InStock
|
||||
/// 仓库ID
|
||||
///</summary>
|
||||
[Required(ErrorMessage = "仓库不能为空")]
|
||||
public int StockId { get; set; }
|
||||
public string StockCode { get; set; }
|
||||
/// <summary>
|
||||
/// 仓位ID
|
||||
///</summary>
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,9 +10,9 @@ namespace WMS.Web.Core.Dto.Inventory
|
||||
public class InventoryDetailsQueryRequest : PaginationBaseRequestDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 仓库ID
|
||||
/// 仓库编码
|
||||
/// </summary>
|
||||
public int? StockId { get; set; }
|
||||
public string StockCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
|
||||
@@ -10,9 +10,9 @@ namespace WMS.Web.Core.Dto.Inventory
|
||||
public class InventoryInOutDetailsQueryRequest : PaginationBaseRequestDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 仓库ID
|
||||
/// 仓库编码
|
||||
/// </summary>
|
||||
public int? StockId { get; set; }
|
||||
public string StockCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
|
||||
Reference in New Issue
Block a user