yanjinhui
6 天以前 5b8bf171b9afda52fa366a72e54eedbd9e6d4d17
新建文件夹/WIDESEA_WMSServer/ClassLibrary1/IInventory_BatchServices.cs
@@ -4,6 +4,7 @@
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
@@ -11,6 +12,8 @@
{
    public interface IInventory_BatchServices : IService<Dt_Inventory_Batch>
    {
        IRepository<Dt_Inventory_Batch> Repository { get; }
        WebResponseContent GetExpiredAndlow();
    }
}