入库记录导入导出
库存导入导出
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using DOAN.Model.BZFM.Dto;
|
||||
using DOAN.Model.BZFM;
|
||||
using DOAN.Model.BZFM.Dto;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
||||
namespace DOAN.Service.BZFM.IBZFMService
|
||||
{
|
||||
@@ -39,7 +40,14 @@ namespace DOAN.Service.BZFM.IBZFMService
|
||||
/// </summary>
|
||||
string CreateOutboundReceipt(OutboundReceiptDto parm);
|
||||
|
||||
/// <summary>
|
||||
/// 导入
|
||||
/// </summary>
|
||||
/// <param name="inventory"></param>
|
||||
/// <returns></returns>
|
||||
ImportResultDto ImportInventory(IFormFile formFile, string username);
|
||||
|
||||
public PagedInfo<MmInventoryExcelDto> SelectInventoryList(MmInventoryQueryDto inventory, PagerInfo pager);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user