From 454bbf520250a454e4bf52497408e4c3c59f02e3 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 17 十月 2025 16:07:36 +0800
Subject: [PATCH] 逻辑优化

---
 Entites/DbModels/VOrderBycl.cs |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/Entites/DbModels/VOrderBycl.cs b/Entites/DbModels/VOrderBycl.cs
index be2fbec..d8d8413 100644
--- a/Entites/DbModels/VOrderBycl.cs
+++ b/Entites/DbModels/VOrderBycl.cs
@@ -198,10 +198,8 @@
     [SugarColumn(IsIgnore = true)] public decimal? wjQty { get; set; }
     [SugarColumn(IsIgnore = true)] public string? finalResult { get; set; }
     
-    // 鏂板锛氬紑宸ユ暟閲�(鏈�鏃╅噰闆嗗��)銆佸綋鍓嶆暟閲�(鏈�鏂伴噰闆嗗��)
-    [SugarColumn(IsIgnore = true)] public long? StartCjNum { get; set; }
-    [SugarColumn(IsIgnore = true)] public long? CurrentCjNum { get; set; }
-
-    // 鏂板锛氬垵濮嬮噰闆嗘暟
-    [SugarColumn(IsIgnore = true)] public long? InitCjNum { get; set; }
+    // 鏂板锛�
+    [SugarColumn(IsIgnore = true)] public long? StartCjNum { get; set; }//寮�宸ユ暟閲�(鏈�鏃╅噰闆嗗��)
+    [SugarColumn(IsIgnore = true)] public long? CurrentCjNum { get; set; }//褰撳墠鏁伴噰(鏈�鏂伴噰闆嗗��)
+    [SugarColumn(IsIgnore = true)] public long? InitCjNum { get; set; }//鍒濆閲囬泦鏁�
 }
\ No newline at end of file

--
Gitblit v1.9.3