调整接口

This commit is contained in:
18942506660
2024-06-14 09:31:34 +08:00
parent fb3dd7069f
commit fb95cccae2
12 changed files with 115 additions and 4 deletions

View File

@@ -665,5 +665,16 @@ namespace WMS.Web.Domain.Services
{
_logger.LogInformation($"《{type.GetRemark()}总条数:" + totalCount + ",修改条数:" + updateCount + ",新增条数:" + addCount + "》");
}
/// <summary>
/// 反作废
/// </summary>
/// <param name="dto"></param>
/// <param name="loginInfo"></param>
/// <returns></returns>
/// <exception cref="NotImplementedException"></exception>
public Task<Result> NoRepeal(OperateRequest dto, LoginInDto loginInfo)
{
throw new NotImplementedException();
}
}
}