出库申请代码逻辑调整

This commit is contained in:
alex
2023-07-13 14:13:16 +08:00
parent 3eb8b471b7
commit 7cf869b6f2
5 changed files with 84 additions and 11 deletions

View File

@@ -31,8 +31,8 @@ namespace Tnb.WarehouseMgr
/// </summary>
/// <param name="input"></param>
/// <returns></returns>
[HttpPost]
[NonUnify]
[HttpPost,NonUnify]
public async Task<dynamic> MESCarryQuery(MESCarryQueryInput input)
{
if (input.IsNull()) throw new ArgumentNullException("input");