齐套搭配方案,查询接口代码调整

This commit is contained in:
alex
2023-07-21 10:31:19 +08:00
parent 7bb60e3018
commit cba5adf5f3
6 changed files with 21 additions and 10 deletions

View File

@@ -17,6 +17,6 @@ namespace Tnb.WarehouseMgr.Interfaces
/// </summary>
/// <param name="input"></param>
/// <returns></returns>
Task<dynamic> MESCollocationSchemeQuery(MESCollocationSchemeQueryInput input);
Task<dynamic?> MESCollocationSchemeQuery(MESCollocationSchemeQueryInput input);
}
}