仓储接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface IChangeBoxRecordRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface IMoveBoxRecordRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
10
src/WMS.Web.Domain/Infrastructure/IOutStockRepositories.cs
Normal file
10
src/WMS.Web.Domain/Infrastructure/IOutStockRepositories.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface IOutStockRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface IOutStockTaskRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
10
src/WMS.Web.Domain/Infrastructure/ITakeStockRepositories.cs
Normal file
10
src/WMS.Web.Domain/Infrastructure/ITakeStockRepositories.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
{
|
||||
public interface ITakeStockRepositories
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user