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