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