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