服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-21 69a1f63305d303745b831d55168cd2c8990f6fa9
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