批号添加

This commit is contained in:
tongfei
2024-03-28 09:04:27 +08:00
parent e246d3800e
commit 7714e8e376
8 changed files with 134 additions and 5 deletions

View File

@@ -49,5 +49,11 @@ namespace WMS.Web.Core.Dto.Erp
/// </summary>
[JsonProperty("FRealQty")]
public decimal Qty { get; set; }
/// <summary>
/// 批号
/// </summary>
[JsonProperty("FLot")]
public string Lot { get; set; }
}
}