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