DESKTOP-9BNTV8O
2025-03-10 137bb18abe92045492294e0f8303af3103a37b93
Wms/WMS.IBLL/IBllQualityServer/IQualityInspectServer.cs
@@ -4,6 +4,7 @@
using System.Text;
using Model.ModelDto.BllQualityDto;
using WMS.Entity.BllQualityEntity;
using WMS.Entity.DataEntity;
namespace WMS.IBLL.IBllQualityServer
{
@@ -25,6 +26,11 @@
        /// <returns></returns>
        int InsertQuality(BllQualityInspect model);
        /// <summary>
        /// 获取库存批次号集合
        /// </summary>
        /// <returns></returns>
        public List<DataStockDetail> GetLotNoList();
        #endregion
    }
}