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