|
@ -5,6 +5,7 @@ using System.Linq; |
|
|
using System.Text; |
|
|
using System.Text; |
|
|
using System.Threading.Tasks; |
|
|
using System.Threading.Tasks; |
|
|
using Volo.Abp; |
|
|
using Volo.Abp; |
|
|
|
|
|
using Volo.Abp.DependencyInjection; |
|
|
using Volo.Abp.Domain.Repositories; |
|
|
using Volo.Abp.Domain.Repositories; |
|
|
using Volo.Abp.Domain.Services; |
|
|
using Volo.Abp.Domain.Services; |
|
|
using WY.NewJit.MsgBaseData; |
|
|
using WY.NewJit.MsgBaseData; |
|
@ -12,6 +13,7 @@ using WY.NewJit.PrintTable; |
|
|
|
|
|
|
|
|
namespace WY.NewJit.MsgCheck |
|
|
namespace WY.NewJit.MsgCheck |
|
|
{ |
|
|
{ |
|
|
|
|
|
[Dependency(Microsoft.Extensions.DependencyInjection.ServiceLifetime.Singleton, ReplaceServices =true)] |
|
|
public class BillNumberRecordDomainService : DomainService |
|
|
public class BillNumberRecordDomainService : DomainService |
|
|
{ |
|
|
{ |
|
|
private readonly IRepository<BillNumberRecord, Guid> _billNumberRepository; |
|
|
private readonly IRepository<BillNumberRecord, Guid> _billNumberRepository; |
|
|