序列号添加

This commit is contained in:
18942506660
2023-11-08 17:06:17 +08:00
parent 3f124a12b9
commit 423b84885a
2 changed files with 47 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using WMS.Web.Core.Internal.Results;
using WMS.Web.Domain.Entitys;
namespace WMS.Web.Domain.IService
{
@@ -11,5 +12,6 @@ namespace WMS.Web.Domain.IService
{
// 同步老Ops箱信息
Task<Result> Sync();
Task<Result> SerialNumberOperate(List<SerialNumberOperate> list, bool isTransaction = true);
}
}