服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-08-18 58e8384dc1d75fa13441011e073e6fede4ec71b7
Tiger.Api/Controllers/MES/SMTController.Tool.cs
@@ -16,7 +16,7 @@
        /// <returns></returns>
        [HttpPost]
        [Route("api/[controller]/[action]")]
        public async Task<IActionResult> GetNotLoadingMaterial([FromBody] ApiAction<smtWoTableParams> action)
        public async Task<IActionResult> GetNotLoadingMaterial([FromBody] ApiAction<SmtLoadingInput> action)
        {
            ApiAction response = new();
            try