1
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using JNPF.Common.Extension;
|
||||
using JNPF.Systems.Interfaces.System;
|
||||
using Mapster;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using SqlSugar;
|
||||
using Tnb.BasicData.Entities;
|
||||
@@ -114,6 +115,7 @@ namespace Tnb.WarehouseMgr
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
[AllowAnonymous]
|
||||
public async Task<dynamic> MESCarrySign(MESCarrySignInput input)
|
||||
{
|
||||
if (input.IsNull())
|
||||
|
||||
Reference in New Issue
Block a user