1
This commit is contained in:
@@ -9,13 +9,15 @@ using MyCode.Project.Domain.ZHMDModel;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using MyCode.Project.Infrastructure.Search;
|
||||
using MyCode.Project.Domain.Repositories.ZHMDRepositories;
|
||||
using MyCode.Project.Domain.Model;
|
||||
|
||||
namespace MyCode.Project.Repositories.ZHMD
|
||||
{
|
||||
public class WMStoJackyunInventoryMovementView1Repository: WMSRepository,IWMStoJackyunInventoryMovementView1Repository
|
||||
public class WMStoJackyunInventoryMovementView2Repository: WMSRepository,IWMStoJackyunInventoryMovementView2Repository
|
||||
{
|
||||
public WMStoJackyunInventoryMovementView1Repository(WMSSqlSugarClient context) : base(context)
|
||||
{ }
|
||||
public WMStoJackyunInventoryMovementView2Repository(WMSSqlSugarClient context) : base(context)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user