From 1771934d5ab277973d7d3ea5c81547a077295aa0 Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Tue, 26 Mar 2024 13:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E9=80=80=E6=8B=86=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProductRecycleNotes/IProductRecycleNoteAppService.cs | 4 +++- .../ProductRecycleNotes/ProductRecycleNoteAppService.cs | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Notes/ProductRecycleNotes/IProductRecycleNoteAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Notes/ProductRecycleNotes/IProductRecycleNoteAppService.cs index 426677c67..f0409470f 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Notes/ProductRecycleNotes/IProductRecycleNoteAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Notes/ProductRecycleNotes/IProductRecycleNoteAppService.cs @@ -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 { Task CreateAsync(ProductRecycleNoteEditInput input); - + Task ExportProductRecycleAsync(SfsExportRequestInput requestInput); } diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/ProductRecycleNotes/ProductRecycleNoteAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/ProductRecycleNotes/ProductRecycleNoteAppService.cs index 4e3ec69d7..3801b40c8 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/ProductRecycleNotes/ProductRecycleNoteAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/ProductRecycleNotes/ProductRecycleNoteAppService.cs @@ -94,10 +94,10 @@ public class ProductRecycleNoteAppService : /// - /// 导出报废 + /// 导出退拆导出 /// - [HttpPost("export-scrap")] - public virtual async Task ExportScrapAsync(SfsExportRequestInput requestInput) + [HttpPost("export-product-recycle")] + public virtual async Task ExportProductRecycleAsync(SfsExportRequestInput requestInput) { try {