修复bug

This commit is contained in:
18942506660
2024-11-21 09:54:02 +08:00
parent cc169f980f
commit 492720e137
4 changed files with 51 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace WMS.Web.Core.Dto.SingleData
{
public class InStockSingleDataResponse: SingleDataResponse
{
/// <summary>
/// 组织编码对应金蝶
/// </summary>
public string ErpOrgCode { get; set; }
}
}