From f1d1d3b67316c4dd7d36c15a82df5e66fde74a69 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期三, 10 九月 2025 19:22:11 +0800
Subject: [PATCH] 增加agc点位

---
 entity/MesItemQtrrDetail.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/entity/MesItemQtrrDetail.cs b/entity/MesItemQtrrDetail.cs
index 7536467..fedb354 100644
--- a/entity/MesItemQtrrDetail.cs
+++ b/entity/MesItemQtrrDetail.cs
@@ -53,19 +53,19 @@
     ///     璁″垝鏁伴噺
     /// </summary>
     [SugarColumn(ColumnName = "qd006")]
-    public int? Qd006 { get; set; }
+    public decimal? Qd006 { get; set; }
 
     /// <summary>
     ///     鐢宠鏁伴噺
     /// </summary>
     [SugarColumn(ColumnName = "qd007")]
-    public int? Qd007 { get; set; }
+    public decimal? Qd007 { get; set; }
 
     /// <summary>
     ///     宸插叆鏁伴噺
     /// </summary>
     [SugarColumn(ColumnName = "qd008")]
-    public int? Qd008 { get; set; }
+    public decimal? Qd008 { get; set; }
 
     /// <summary>
     ///     鍗曚綅

--
Gitblit v1.9.3