去掉不要的接口
This commit is contained in:
@@ -21,14 +21,6 @@ namespace WMS.Web.Domain.IService
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
Task<Result> HandlBoxInventory(List<BoxInventoryGenerateDto> dtoDatas, bool isTransaction);
|
Task<Result> HandlBoxInventory(List<BoxInventoryGenerateDto> dtoDatas, bool isTransaction);
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 改箱-箱库存的变更
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="dtoDatas"></param>
|
|
||||||
/// <param name="isTransaction"></param>
|
|
||||||
/// <returns></returns>
|
|
||||||
Task<Result> GenerateChangeBox(List<BoxInventoryChangeGenerateDto> dtoDatas, bool isTransaction);
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 改箱-箱库存的变更
|
/// 改箱-箱库存的变更
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ namespace WMS.Web.Domain.Services
|
|||||||
/// <param name="dtoDatas"></param>
|
/// <param name="dtoDatas"></param>
|
||||||
/// <param name="isTransaction"></param>
|
/// <param name="isTransaction"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public async Task<Result> GenerateChangeBox(List<BoxInventoryChangeGenerateDto> dtoDatas, bool isTransaction)
|
private async Task<Result> GenerateChangeBox(List<BoxInventoryChangeGenerateDto> dtoDatas, bool isTransaction)
|
||||||
{
|
{
|
||||||
//1.判断来源数据是否存在
|
//1.判断来源数据是否存在
|
||||||
if (dtoDatas == null || dtoDatas.Count == 0)
|
if (dtoDatas == null || dtoDatas.Count == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user