From f4a0b32daa9e021227707bcfb70b67738bd1b000 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期五, 24 一月 2025 17:28:13 +0800
Subject: [PATCH] 修改报销部分逻辑

---
 cylsg/cylsg.Model/ECTEModel/OaWorkPlan.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/cylsg/cylsg.Model/ECTEModel/OaWorkPlan.cs b/cylsg/cylsg.Model/ECTEModel/OaWorkPlan.cs
index 6c193c2..84d9ea8 100644
--- a/cylsg/cylsg.Model/ECTEModel/OaWorkPlan.cs
+++ b/cylsg/cylsg.Model/ECTEModel/OaWorkPlan.cs
@@ -170,7 +170,7 @@
         public BaoxiaoStausType? EvaluationStatus { get; set; } = BaoxiaoStausType.NotReimbursed;
 
             /// <summary>
-            /// 鑰冭瘎鍐呭
+            /// 鑰冭瘎鍐呭// 鍙樻洿涓� 鎶ラ攢鍗曠紪鍙�  
             /// </summary>
             [SugarColumn(ColumnName = "EvaluationContent", Length = 200)]
             public string? EvaluationContent { get; set; }
@@ -256,7 +256,12 @@
         /// 鍚﹀畾
         /// </summary>
         [Description("鍚﹀畾")]
-        No
+        No,
+        /// <summary>
+        /// 
+        /// </summary>
+        [Description("鏈彁浜�")]
+        Uncommitted
     }
     /// <summary>
     /// 鍚庤ˉ鍙戠エ鐘舵��

--
Gitblit v1.9.1