物料收发明细
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WMS.Web.Core.Dto.Inventory;
|
||||
using WMS.Web.Core.Internal.Results;
|
||||
using WMS.Web.Domain.Values;
|
||||
|
||||
namespace WMS.Web.Domain.IService
|
||||
{
|
||||
@@ -19,5 +20,20 @@ namespace WMS.Web.Domain.IService
|
||||
/// <param name="isTransaction"></param>
|
||||
/// <returns></returns>
|
||||
Task<Result> GenerateInOrOutDetails(List<InventoryInOutDetailsGenerateDto> dtos, bool isTransaction);
|
||||
|
||||
/// <summary>
|
||||
/// 生成dto
|
||||
/// </summary>
|
||||
/// <param name="boxId"></param>
|
||||
/// <param name="materialId"></param>
|
||||
/// <param name="orgCode"></param>
|
||||
/// <param name="stockCode"></param>
|
||||
/// <param name="subStockId"></param>
|
||||
/// <param name="orderType"></param>
|
||||
/// <param name="billNo"></param>
|
||||
/// <param name="qty"></param>
|
||||
/// <param name="inventoryInOutType"></param>
|
||||
/// <returns></returns>
|
||||
InventoryInOutDetailsGenerateDto GenerateDto(int boxId, int materialId, string orgCode, string stockCode, int subStockId, OrderType orderType, string billNo, decimal qty, InventoryInOutType inventoryInOutType);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user