This commit is contained in:
tongfei
2023-11-08 18:00:54 +08:00
parent 423b84885a
commit b51f09542c

View File

@@ -40,7 +40,7 @@ namespace WMS.Web.Core.Dto.InStock
public int MaterialId { get; set; }
/// <summary>
/// 仓库ID
/// 仓库编码
///</summary>
[Required(ErrorMessage = "仓库不能为空")]
public string StockCode { get; set; }