去除绕过框架

This commit is contained in:
FanLian
2023-07-13 15:25:12 +08:00
parent b64a4af91e
commit c5e4f223a2
5 changed files with 2 additions and 5 deletions

View File

@@ -173,7 +173,6 @@ namespace Tnb.WarehouseMgr
/// <param name="input"></param>
/// <returns></returns>
[HttpPost]
[NonUnify]
public async Task<dynamic> MesEmptyCarryInStock(MESEmptyCarryInStockInput input)
{
if (input.IsNull()) throw new ArgumentNullException("input");