erp服务

This commit is contained in:
tongfei
2023-10-28 09:00:15 +08:00
parent f4293f8862
commit a769e6c711
2 changed files with 11 additions and 16 deletions

View File

@@ -4,6 +4,9 @@ using System.Text;
namespace WMS.Web.Core.Dto.Erp.Org
{
/// <summary>
/// 金蝶组织-基本信息
/// </summary>
public class ErpOrgDto
{
/// <summary>
@@ -11,6 +14,9 @@ namespace WMS.Web.Core.Dto.Erp.Org
/// </summary>
public int Id { get; set; }
/// <summary>
/// 名称
/// </summary>
public string Name { get; set; }
}
}