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