From 8c8404c55a863844cc674a8bedb2cfdb92c1c288 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期六, 08 二月 2025 09:04:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into cyronghe

---
 cylsg/cylsg.Model/ECTEModel/OaWorkPlanShenpi.cs |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/cylsg/cylsg.Model/ECTEModel/OaWorkPlanShenpi.cs b/cylsg/cylsg.Model/ECTEModel/OaWorkPlanShenpi.cs
index 151f147..736fc4c 100644
--- a/cylsg/cylsg.Model/ECTEModel/OaWorkPlanShenpi.cs
+++ b/cylsg/cylsg.Model/ECTEModel/OaWorkPlanShenpi.cs
@@ -78,6 +78,21 @@
             /// </summary>
             [SugarColumn(ColumnName = "Buzhou")]
             public int? Buzhou { get; set; }
-        }
+        /// <summary>
+        /// 瀹℃壒鏃朵紶閫掔鐩甀D
+        /// </summary>
+        [SugarColumn( IsIgnore= true)]
+        public string? RewardResult { get; set; }
+        /// <summary>
+        /// 瀹℃壒鏃朵紶閫掓憳瑕�
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        public string? PlanContent { get; set; }
+        /// <summary>
+        /// 瀹℃壒鏃朵紶閫掗噾棰�
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        public decimal? PlanMoney { get; set; }
+    }
     
 }

--
Gitblit v1.9.1