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