修复bug
This commit is contained in:
14
src/WMS.Web.Core/Dto/SingleData/InStockSingleDataResponse.cs
Normal file
14
src/WMS.Web.Core/Dto/SingleData/InStockSingleDataResponse.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user