增加配置
This commit is contained in:
20
src/WMS.Web.Core/Dto/LingXing/LingXingInventoryRequest.cs
Normal file
20
src/WMS.Web.Core/Dto/LingXing/LingXingInventoryRequest.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.LingXing
|
||||
{
|
||||
/// <summary>
|
||||
/// 领星即时库存
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class LingXingInventoryRequest:LingXingRequest
|
||||
{
|
||||
/// <summary>
|
||||
/// 仓库Id 1,3,234,33
|
||||
/// </summary>
|
||||
[JsonProperty("offset")]
|
||||
public string wid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user