From 97ac729c2bef48ec6dfceb58e98593fe463c8a6d Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期五, 19 九月 2025 10:41:30 +0800
Subject: [PATCH] 增加时间筛选字段

---
 CoreCms.Net.Model/CyinOAModel/CoreDeliverOrder.cs |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/CoreCms.Net.Model/CyinOAModel/CoreDeliverOrder.cs b/CoreCms.Net.Model/CyinOAModel/CoreDeliverOrder.cs
index f4bd015..c883e0e 100644
--- a/CoreCms.Net.Model/CyinOAModel/CoreDeliverOrder.cs
+++ b/CoreCms.Net.Model/CyinOAModel/CoreDeliverOrder.cs
@@ -1,5 +1,7 @@
 锘縰sing System;
 using System.Collections.Generic;
+using System.ComponentModel;
+using System.ComponentModel.DataAnnotations;
 using System.Linq;
 using System.Text;
 using SqlSugar;
@@ -7,7 +9,7 @@
 namespace EC_SeckillInfo
 {
     ///<summary>
-    ///
+    ///閰嶉�佸崟
     ///</summary>
     [SugarTable("CoreDeliverOrder")]
     public partial class CoreDeliverOrder
@@ -110,7 +112,7 @@
         public DateTime? MakeTime { get;set;}
 
         /// <summary>
-        /// 棰勭害鏃堕棿
+        /// 寮�濮嬫椂闂�
         /// </summary>
         public DateTime? StartTime { get; set; }
         /// <summary>
@@ -131,19 +133,28 @@
         /// <summary>
         /// 鏈紑濮嬶紝宸茬粡棰勭害  寤虹珛灏辫〃绀洪绾�
         /// </summary>
+        [Description("鏈紑濮嬶紝宸茬粡棰勭害  寤虹珛灏辫〃绀洪绾�")]
         UnStart,
         /// <summary>
         /// 寮�濮�
         /// </summary>
+        [Description("寮�濮�")]
         Start,
         /// <summary>
         /// 瀹屾垚
         /// </summary>
+        [Description("瀹屾垚")]
         Completed,
         /// <summary>
         /// 澶辫触鍙栨秷
         /// </summary>
-        Faile
+        [Description("澶辫触鍙栨秷")]
+        Faile,
+        /// <summary>
+        /// 瓒呮椂
+        /// </summary>
+        [Description("瓒呮椂瀹屾垚")]
+        OverTime
 
     }
 }

--
Gitblit v1.9.1