huangxiaoqiang
2025-10-15 28bfb5dc1e3c0ce432e93e7af5a1c78a1a09e061
1
2
3
4
5
6
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoService : IService<DtStockInfo>
{
    Task<Dictionary<string, int>> GetLocationByStockType(bool stockType, string areaCode);
}