1.增加刷新库位显示库存接口
2.增加任务物料唯一码的保存
This commit is contained in:
15
WCS.Model/ApiModel/MXL4/RefreshInventoryRequest.cs
Normal file
15
WCS.Model/ApiModel/MXL4/RefreshInventoryRequest.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using WCS.BLL.DbModels.Task;
|
||||
|
||||
namespace WCS.Model.ApiModel.MXL4
|
||||
{
|
||||
/// <summary>
|
||||
/// 刷新库位库存显示信息请求实体
|
||||
/// </summary>
|
||||
public class RefreshInventoryRequest : RequestBase
|
||||
{
|
||||
public List<string> StoreCodes { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user