wangxinhui
2025-12-29 d0cc37c3c11859cc55f30624692dca55be2b8a32
项目代码/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);
    }
}