From 8000b3a16fbea87ba4fcbc70a4540723849bf5a8 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 21 十一月 2025 14:14:26 +0800
Subject: [PATCH] 开工数采逻辑优化
---
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