From 61c79018976f8f4227c8fe282d5a1c56fddbc5a0 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 23 九月 2025 22:46:05 +0800
Subject: [PATCH] 1.工单新增 向上取整应发数量。
---
MES.Service/Dto/webApi/ErpCAB.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpCAB.cs b/MES.Service/Dto/webApi/ErpCAB.cs
index 7948eea..6e73e40 100644
--- a/MES.Service/Dto/webApi/ErpCAB.cs
+++ b/MES.Service/Dto/webApi/ErpCAB.cs
@@ -36,4 +36,6 @@
public string? FMustQty { get; set; }
public string? TypeB { get; set; }
+
+ public string? F_UNW_QTY_YFSL { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3