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