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