From c1e10f9f7540ae7d6ee99cff4c02adb16b737f51 Mon Sep 17 00:00:00 2001
From: lvzb <35200379@qq.com>
Date: Fri, 10 May 2024 13:48:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=95=B4=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Controllers/Stores/ProductReceiptNoteController.cs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/be/Hosts/WmsPda.Host/Win_in.Sfs.Wms.Pda.Host/Controllers/Stores/ProductReceiptNoteController.cs b/be/Hosts/WmsPda.Host/Win_in.Sfs.Wms.Pda.Host/Controllers/Stores/ProductReceiptNoteController.cs
index 23ee748dc..945b6ca4f 100644
--- a/be/Hosts/WmsPda.Host/Win_in.Sfs.Wms.Pda.Host/Controllers/Stores/ProductReceiptNoteController.cs
+++ b/be/Hosts/WmsPda.Host/Win_in.Sfs.Wms.Pda.Host/Controllers/Stores/ProductReceiptNoteController.cs
@@ -6,7 +6,7 @@ using Win_in.Sfs.Wms.Store.Application.Contracts;
namespace Win_in.Sfs.Wms.Pda.Controllers.Stores;
///
-///
+///缴库
///
[ApiController]
[Route($"{PdaHostConst.ROOT_ROUTE}store/product-receipt")]
@@ -16,9 +16,10 @@ public class ProductReceiptNoteController : AbpController
private readonly IProductReceiptNoteAppService _productReceiptNoteAppService;
private readonly IProductReceiptNoteDetailAppService _productReceiptNoteDetailAppService;
///
- ///
+ /// 缴库
///
///
+ ///
public ProductReceiptNoteController(IProductReceiptNoteAppService productReceiptNoteAppService, IProductReceiptNoteDetailAppService productReceiptNoteDetailAppService)
{
_productReceiptNoteAppService = productReceiptNoteAppService;