1
This commit is contained in:
@@ -13,6 +13,7 @@ using JNPF.VisualDev;
|
||||
using JNPF.VisualDev.Entitys;
|
||||
using JNPF.VisualDev.Interfaces;
|
||||
using Mapster;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using SqlSugar;
|
||||
@@ -551,6 +552,7 @@ namespace Tnb.WarehouseMgr
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
//[NonUnify]
|
||||
[AllowAnonymous]
|
||||
public async Task<dynamic> MESCreateOutstock(MESCreateOutstockInput input)
|
||||
{
|
||||
bool isSuccessful = true;
|
||||
|
||||
Reference in New Issue
Block a user