提交库存
This commit is contained in:
11
WCS.Model/ApiModel/MKYBackgroundThread/StockQueryRequest.cs
Normal file
11
WCS.Model/ApiModel/MKYBackgroundThread/StockQueryRequest.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WCS.Model.ApiModel.MKYBackgroundThread
|
||||
{
|
||||
public class StockQueryRequest
|
||||
{
|
||||
public List<string> storeCodes { get; set; } = new List<string>();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user