采购入库和退货的类
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using MyCode.Project.Repositories.Common;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using MyCode.Project.Domain.Message;
|
||||
using MyCode.Project.Domain.Model;
|
||||
using MyCode.Project.Domain.Repositories;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using MyCode.Project.Infrastructure.Search;
|
||||
|
||||
namespace MyCode.Project.Repositories
|
||||
{
|
||||
public class BusiOrderGoodsDocInRepository: Repository<BusiOrderGoodsDocIn>, IBusiOrderGoodsDocInRepository
|
||||
{
|
||||
public BusiOrderGoodsDocInRepository(MyCodeSqlSugarClient context) : base(context)
|
||||
{ }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -79,6 +79,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ApiLogRepository.cs" />
|
||||
<Compile Include="BusiOrderGoodsDocInRepository.cs" />
|
||||
<Compile Include="Common\Repository.cs" />
|
||||
<Compile Include="Common\WMSSqlSugarClient.cs" />
|
||||
<Compile Include="Common\MyCodeSqlSugarClient.cs" />
|
||||
@@ -92,6 +93,8 @@
|
||||
<Compile Include="PushKingDeeOrderItemRepository.cs" />
|
||||
<Compile Include="PushKingDeeOrderRepository.cs" />
|
||||
<Compile Include="ReturnChangeGoodsDetailRepository.cs" />
|
||||
<Compile Include="StorageGoodsDocOutDetailRepository.cs" />
|
||||
<Compile Include="StorageGoodsDocOutHeadRepository.cs" />
|
||||
<Compile Include="SysWorkprocessRepository.cs" />
|
||||
<Compile Include="WMStoJackyunInventoryMovementView1Repository.cs" />
|
||||
<Compile Include="YTKJTShopParameterRepository.cs" />
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
using MyCode.Project.Repositories.Common;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using MyCode.Project.Domain.Message;
|
||||
using MyCode.Project.Domain.Model;
|
||||
using MyCode.Project.Domain.Repositories;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using MyCode.Project.Infrastructure.Search;
|
||||
|
||||
namespace MyCode.Project.Repositories
|
||||
{
|
||||
public class StorageGoodsDocOutDetailRepository: Repository<StorageGoodsDocOutDetail>, IStorageGoodsDocOutDetailRepository
|
||||
{
|
||||
public StorageGoodsDocOutDetailRepository(MyCodeSqlSugarClient context) : base(context)
|
||||
{ }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
using MyCode.Project.Repositories.Common;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using MyCode.Project.Domain.Message;
|
||||
using MyCode.Project.Domain.Model;
|
||||
using MyCode.Project.Domain.Repositories;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using MyCode.Project.Infrastructure.Search;
|
||||
|
||||
namespace MyCode.Project.Repositories
|
||||
{
|
||||
public class StorageGoodsDocOutHeadRepository: Repository<StorageGoodsDocOutHead>, IStorageGoodsDocOutHeadRepository
|
||||
{
|
||||
public StorageGoodsDocOutHeadRepository(MyCodeSqlSugarClient context) : base(context)
|
||||
{ }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user