From 4a61f88c8031a06a669bfedac71b6505aececbfd Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 15 十月 2025 09:33:24 +0800
Subject: [PATCH] 逻辑修改

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

diff --git a/Entites/DbModels/MesCutterLedger.cs b/Entites/DbModels/MesCutterLedger.cs
index 195f262..dcd7fcc 100644
--- a/Entites/DbModels/MesCutterLedger.cs
+++ b/Entites/DbModels/MesCutterLedger.cs
@@ -183,4 +183,22 @@
     /// </summary>
     [SugarColumn(ColumnName = "IS_CHOOSE")]
     public int? IsChoose { get; set; }
+
+    [SugarColumn(IsIgnore = true)]
+    public string? searchKey { get; set; }
+
+    [SugarColumn(IsIgnore = true)]
+    public int pageIndex { get; set; } = 1;
+
+    [SugarColumn(IsIgnore = true)]
+    public int pageSize { get; set; } = 20;
+
+    [SugarColumn(IsIgnore = true)]
+    public int total { get; set; }
+
+    /// <summary>
+    /// 鍒�鍏峰垪琛紙鍒嗛〉鏌ヨ缁撴灉锛�
+    /// </summary>
+    [SugarColumn(IsIgnore = true)]
+    public List<MesCutterLedger>? tbBillList { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3