1
huangxiaoqiang
20 小时以前 a296223898d61a9838bbd35ed75c87575e308a36
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Stock/IStockInfoService.cs
@@ -1,6 +1,21 @@
锘縩amespace WIDESEA_IStorageBasicService;
锘縰sing WIDESEA_DTO.Basic;
using WIDESEA_DTO.Stock;
namespace WIDESEA_IStorageBasicService;
public interface IStockInfoService : IService<DtStockInfo>
{
    /// <summary>
    /// 搴撳瓨瑙嗗浘
    /// </summary>
    /// <param name="viewDto"></param>
    /// <returns></returns>
    List<StockSelectViewDTO> GetStockSelectViews(GetStockSelectViewDto viewDto);
    List<DtLocationInfo> GetStockLocations(List<DtLocationInfo>? locations);
    WebResponseContent GetStockView(GetStockSelectViewDto viewDto);
}