物料加orgcode

This commit is contained in:
tongfei
2024-03-05 11:30:04 +08:00
parent 5fe632c702
commit 43a052bc80
5 changed files with 25 additions and 2 deletions

View File

@@ -14,6 +14,11 @@ namespace WMS.Web.Core.Dto.Erp
/// </summary>
public int OrgId { get; set; }
/// <summary>
/// 组织编码
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 物料ID
/// </summary>