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