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