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