快乐的昕的电脑
2025-11-18 45a69e109d3ed2f3ba6d03f722021d019cb8792a
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