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