箱库存变更方法
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Threading.Tasks;
|
||||
using WMS.Web.Core.Dto.BackRecord;
|
||||
using WMS.Web.Core.Dto.Login;
|
||||
using WMS.Web.Core.Internal.Results;
|
||||
using WMS.Web.Domain.Values;
|
||||
|
||||
namespace WMS.Web.Domain.IService
|
||||
{
|
||||
@@ -17,8 +18,9 @@ namespace WMS.Web.Domain.IService
|
||||
/// 回退上下架
|
||||
/// </summary>
|
||||
/// <param name="dto"></param>
|
||||
/// <param name="type"></param>
|
||||
/// <param name="loginInfo"></param>
|
||||
/// <returns></returns>
|
||||
Task<Result> BackShelf(SaveBackRecordRequest dto, LoginInDto loginInfo);
|
||||
Task<Result> BackShelf(SaveBackRecordRequest dto, BackRecordType type, LoginInDto loginInfo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user