Controllers/MesCutterLedgerController.cs
@@ -12,6 +12,7 @@ /// </summary> [ApiController] [Route("api/[controller]")] [Route("[controller]")] // 允许 /MesCutterLedger/... 形式的路由,兼容前端当前写法 public class MesCutterLedgerController : ControllerBase { private readonly MesCutterLedgerManager m = new(); @@ -24,7 +25,8 @@ string type, int? useLimit, decimal? sdjs, decimal? xdjs decimal? xdjs, decimal? modlLifeWorning ); public record FormDataRequest( @@ -75,7 +77,8 @@ req.type, req.useLimit, req.sdjs, req.xdjs req.xdjs, req.modlLifeWorning ); return Ok(new ResponseResult