From 17bda0a9c38e1db95f443901a048adf2c5dfc0ee Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 29 九月 2025 10:35:13 +0800
Subject: [PATCH] 直接查询所有字段

---
 Entites/DbModels/VOrdreBycl.cs |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/Entites/DbModels/VOrdreBycl.cs b/Entites/DbModels/VOrdreBycl.cs
index 028c0b8..0d91887 100644
--- a/Entites/DbModels/VOrdreBycl.cs
+++ b/Entites/DbModels/VOrdreBycl.cs
@@ -177,12 +177,6 @@
     [SugarColumn(ColumnName = "PROC_NAME")]
     public string? ProcName { get; set; }
 
-    /// <summary>
-    ///     鎴愬瀷鍛ㄦ湡(s)
-    /// </summary>
-    [SugarColumn(ColumnName = "MOLDING_CYC")]
-    public string? moldingCyc { get; set; }
-
     [SugarColumn(IsIgnore = true)] public decimal? wjQty { get; set; }
     [SugarColumn(IsIgnore = true)] public string? finalResult { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3