From 0b0451d2ddbde67d272ff72fde688c5f1fe67f90 Mon Sep 17 00:00:00 2001
From: Administrator <2856754968@qq.com>
Date: 星期三, 05 十一月 2025 14:06:24 +0800
Subject: [PATCH] 111
---
Controllers/MesCutterLedgerController.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Controllers/MesCutterLedgerController.cs b/Controllers/MesCutterLedgerController.cs
index f0f2624..1864a70 100644
--- a/Controllers/MesCutterLedgerController.cs
+++ b/Controllers/MesCutterLedgerController.cs
@@ -25,7 +25,8 @@
string type,
int? useLimit,
decimal? sdjs,
- decimal? xdjs
+ decimal? xdjs,
+ decimal? modlLifeWorning
);
public record FormDataRequest(
@@ -76,7 +77,8 @@
req.type,
req.useLimit,
req.sdjs,
- req.xdjs
+ req.xdjs,
+ req.modlLifeWorning
);
return Ok(new ResponseResult
--
Gitblit v1.9.3