增加接口输入限制
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user