添加组织编码orgCode

This commit is contained in:
tongfei
2023-11-21 14:04:08 +08:00
parent c6c0ae54bd
commit d0a94dc734
10 changed files with 79 additions and 6 deletions

View File

@@ -33,6 +33,10 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public decimal Qty { get; set; }
/// <summary>
/// 组织编码
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 仓库code
/// </summary>
public string StockCode { get; set; }