From ab2b1ad5c8c339f2c92cc0ea2d8723d82b626100 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 16 十月 2025 16:50:36 +0800
Subject: [PATCH] 逻辑优化
---
Entites/DbModels/VOrderBycl.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Entites/DbModels/VOrderBycl.cs b/Entites/DbModels/VOrderBycl.cs
index 66ecb49..80dc219 100644
--- a/Entites/DbModels/VOrderBycl.cs
+++ b/Entites/DbModels/VOrderBycl.cs
@@ -191,4 +191,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; }
}
\ No newline at end of file
--
Gitblit v1.9.3