From 6abfd27e5b87bd8dd0bfc01839657e07fbde708b Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 13 八月 2025 09:35:55 +0800
Subject: [PATCH] 111

---
 MES.Service/Modes/VDab.cs |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/MES.Service/Modes/VDab.cs b/MES.Service/Modes/VDab.cs
index 96de544..a3878b9 100644
--- a/MES.Service/Modes/VDab.cs
+++ b/MES.Service/Modes/VDab.cs
@@ -13,6 +13,26 @@
     public string? Dab001 { get; set; }
     
     /// <summary>
+    /// 浣嶇疆鍙峰瓧娈�
+    /// </summary>
+    [SugarColumn(ColumnName = "POSITION_NO")]
+    public string? PositionNo { get; set; }
+    
+     
+    /// <summary>
+    /// 鍒嗗瓙
+    /// </summary>
+    [SugarColumn(ColumnName = "NUMERATOR")]
+    public string? Numerator { get; set; }
+    
+    /// <summary>
+    /// 浣嶇疆鍙峰瓧娈�
+    /// </summary>
+    [SugarColumn(ColumnName = "DENOMINATOR")]
+    public string? Denominator { get; set; }
+    
+    
+    /// <summary>
     /// 搴忓彿 瀛楁
     /// </summary>
     [SugarColumn(ColumnName = "DAB002")]

--
Gitblit v1.9.3