绕过JNPF规范过滤

This commit is contained in:
alex
2023-07-12 08:50:04 +08:00
parent 1d36768640
commit d11304abfa
3 changed files with 44 additions and 0 deletions

View File

@@ -243,6 +243,7 @@ namespace Tnb.WarehouseMgr
/// <param name="input"></param>
/// <returns></returns>
[HttpPost]
[NonUnify]
public async Task<dynamic> MESCreateInstock(MESCreateInstockInput input)
{
try