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