This commit is contained in:
tongfei
2024-03-02 19:44:50 +08:00
parent 11a4f87480
commit c3413e5c44
11 changed files with 389 additions and 15 deletions

View File

@@ -9,6 +9,11 @@ namespace WMS.Web.Core.Dto.Erp
/// </summary>
public class ErpMaterialDto
{
/// <summary>
/// 组织ID
/// </summary>
public int OrgId { get; set; }
/// <summary>
/// 物料ID
/// </summary>