优化接口

This commit is contained in:
tongfei
2024-03-27 11:27:54 +08:00
parent 57df8468fc
commit 42bcb5230f
3 changed files with 8 additions and 2 deletions

View File

@@ -28,5 +28,10 @@ namespace WMS.Web.Core.Dto
/// 组织
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 仓库
/// </summary>
public string StockCode { get; set; }
}
}