|
@ -5,6 +5,7 @@ using System.Text; |
|
|
using System.Threading.Tasks; |
|
|
using System.Threading.Tasks; |
|
|
using Volo.Abp.Application.Dtos; |
|
|
using Volo.Abp.Application.Dtos; |
|
|
using Volo.Abp.Uow; |
|
|
using Volo.Abp.Uow; |
|
|
|
|
|
using WY.NewJit.PrintTable; |
|
|
using WY.NewJit.PrintTable.Dtos; |
|
|
using WY.NewJit.PrintTable.Dtos; |
|
|
|
|
|
|
|
|
namespace WY.NewJit.PrintTable |
|
|
namespace WY.NewJit.PrintTable |
|
@ -12,5 +13,6 @@ namespace WY.NewJit.PrintTable |
|
|
public interface IWaitPrintAppService |
|
|
public interface IWaitPrintAppService |
|
|
{ |
|
|
{ |
|
|
Task<PagedResultDto<WaitPrintDto>> GetReplenishPrintListAsync(QueryReplenishPrintDto input); |
|
|
Task<PagedResultDto<WaitPrintDto>> GetReplenishPrintListAsync(QueryReplenishPrintDto input); |
|
|
|
|
|
Task<bool> UpdatePrintDataStatus(List<Guid> ids, PrintTypeEnum printTypeEnum); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|