Browse Source

代码整理

dev_DY_CC
lvzb 12 months ago
parent
commit
c1e10f9f75
  1. 5
      be/Hosts/WmsPda.Host/Win_in.Sfs.Wms.Pda.Host/Controllers/Stores/ProductReceiptNoteController.cs

5
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; namespace Win_in.Sfs.Wms.Pda.Controllers.Stores;
/// <summary> /// <summary>
/// ///缴库
/// </summary> /// </summary>
[ApiController] [ApiController]
[Route($"{PdaHostConst.ROOT_ROUTE}store/product-receipt")] [Route($"{PdaHostConst.ROOT_ROUTE}store/product-receipt")]
@ -16,9 +16,10 @@ public class ProductReceiptNoteController : AbpController
private readonly IProductReceiptNoteAppService _productReceiptNoteAppService; private readonly IProductReceiptNoteAppService _productReceiptNoteAppService;
private readonly IProductReceiptNoteDetailAppService _productReceiptNoteDetailAppService; private readonly IProductReceiptNoteDetailAppService _productReceiptNoteDetailAppService;
/// <summary> /// <summary>
/// /// 缴库
/// </summary> /// </summary>
/// <param name="productReceiptNoteAppService"></param> /// <param name="productReceiptNoteAppService"></param>
/// <param name="productReceiptNoteDetailAppService"></param>
public ProductReceiptNoteController(IProductReceiptNoteAppService productReceiptNoteAppService, IProductReceiptNoteDetailAppService productReceiptNoteDetailAppService) public ProductReceiptNoteController(IProductReceiptNoteAppService productReceiptNoteAppService, IProductReceiptNoteDetailAppService productReceiptNoteDetailAppService)
{ {
_productReceiptNoteAppService = productReceiptNoteAppService; _productReceiptNoteAppService = productReceiptNoteAppService;

Loading…
Cancel
Save