快乐的昕的电脑
2025-12-04 4f33ac39577a3a20860e3895f748d6f10bd39b23
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