You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
using DS.Module.Core;
|
|
using DS.WMS.Core.WxModule.Dtos;
|
|
|
|
namespace DS.WMS.Core.WxModule.Interface;
|
|
|
|
public interface IWxQueryService
|
|
{
|
|
/// <summary>
|
|
/// 库存查询
|
|
/// </summary>
|
|
/// <param name="request"></param>
|
|
/// <returns></returns>
|
|
DataResult GetStockList(StockQueryModel request);
|
|
} |