增加接口输入限制

This commit is contained in:
FanLian
2023-07-10 10:20:30 +08:00
parent 3f351cf23f
commit d662984b38
6 changed files with 34 additions and 27 deletions

View File

@@ -90,6 +90,7 @@ namespace Tnb.WarehouseMgr
[HttpPost]
public async Task<dynamic> MESCollocationSchemeQuery(MESCollocationSchemeQueryInput input)
{
if (input.IsNull()) throw new ArgumentNullException("input");
var results = new List<CollocationSchemeOutput>();
try
{