增加物料编码

This commit is contained in:
18942506660
2024-03-16 14:17:03 +08:00
parent 72f3b347e4
commit 2fe53f59e5
13 changed files with 62 additions and 1 deletions

View File

@@ -30,6 +30,10 @@ namespace WMS.Web.Core.Dto.OutStock
///</summary>
public int MaterialId { get; set; }
/// <summary>
/// 物料编码
/// </summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 出库数量
///</summary>
[Range(0.999999999, 10000000000, ErrorMessage = "数量必须大于等于1")]