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