wangxinhui
2026-01-12 ded9c653b4bd5f45cb23124068687135c29e6915
项目代码/WMS/WMSServices/WIDESEA_IStockRepository/IProStockInfoRepository.cs
@@ -10,5 +10,6 @@
{
    public interface IProStockInfoRepository : IRepository<Dt_ProStockInfo>
    {
        List<Dt_ProStockInfo> GetStockInfos(string materielCode, List<string> locationCodes);
    }
}