绕过JNPF规范过滤

This commit is contained in:
FanLian
2023-07-12 09:16:24 +08:00
parent f07b7235d7
commit c9b50818e9
6 changed files with 7 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ namespace Tnb.WarehouseMgr
/// <param name="input"></param>
/// <returns></returns>
[HttpPost]
[NonUnify]
public async Task<dynamic> MESCarryQuery(MESCarryQueryInput input)
{
if (input.IsNull()) throw new ArgumentNullException("input");
@@ -59,6 +60,7 @@ namespace Tnb.WarehouseMgr
/// <param name="input"></param>
/// <returns></returns>
[HttpPost]
[NonUnify]
public async Task<dynamic> MESCarryQueryResult(MESCarryQueryResultInput input)
{
if (input.IsNull()) throw new ArgumentNullException("input");