增加箱差出库单信息
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WMS.Web.Core.Dto;
|
||||
using WMS.Web.Core.Dto.OutStock;
|
||||
using WMS.Web.Domain.Entitys;
|
||||
|
||||
@@ -23,5 +24,7 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
Task<bool> EditEntityList(List<OutStock> entitys, bool isTransaction = true);
|
||||
//获取详情
|
||||
Task<OutStockInfoResponse> GetInfo(int id);
|
||||
//获取出库单明细
|
||||
Task<List<BoxDetailResponse>> GetDetailsByBoxId(int boxId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user