This commit is contained in:
alex
2023-07-17 14:40:06 +08:00
parent d3c2e433d1
commit 5bb09d4952
2 changed files with 30 additions and 22 deletions

View File

@@ -12,6 +12,7 @@ using JNPF.Common.Enums;
using JNPF.Common.Extension;
using JNPF.DependencyInjection;
using JNPF.DynamicApiController;
using JNPF.Systems.Interfaces.System;
using JNPF.VisualDev;
using Microsoft.AspNetCore.Mvc;
using SqlSugar;
@@ -46,7 +47,8 @@ namespace Tnb.WarehouseMgr
}
}
}
[NonAction]
protected async Task DoUpdate(WareHouseUpInput input)
{