|
|
@ -1,4 +1,6 @@ |
|
|
|
using System.Threading.Tasks; |
|
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
|
using Win_in.Sfs.Shared.Application.Contracts; |
|
|
|
|
|
|
|
namespace Win_in.Sfs.Wms.Store.Application.Contracts; |
|
|
|
|
|
|
@ -6,5 +8,5 @@ public interface IProductRecycleNoteAppService : |
|
|
|
ISfsStoreMasterReadOnlyAppServiceBase<ProductRecycleNoteDTO, SfsStoreRequestInputBase, ProductRecycleNoteDetailDTO, SfsStoreRequestInputBase> |
|
|
|
{ |
|
|
|
Task<ProductRecycleNoteDTO> CreateAsync(ProductRecycleNoteEditInput input); |
|
|
|
|
|
|
|
Task<IActionResult> ExportProductRecycleAsync(SfsExportRequestInput requestInput); |
|
|
|
} |
|
|
|