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.Application/Orders/Dtos/OrderDto.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/cylsg/cylsg.Application/Orders/Dtos/OrderDto.cs b/cylsg/cylsg.Application/Orders/Dtos/OrderDto.cs
index 1ddcab4..9ac7c36 100644
--- a/cylsg/cylsg.Application/Orders/Dtos/OrderDto.cs
+++ b/cylsg/cylsg.Application/Orders/Dtos/OrderDto.cs
@@ -18,6 +18,12 @@
         /// </summary>
         public int Id { get; set; }
 
+
+        /// <summary>
+        /// 鎷涘伐OldId
+        /// </summary>
+        public int OldId { get; set; }
+
         /// <summary>
         /// 鎷涘伐鐢ㄦ埛id
         /// </summary>
@@ -625,6 +631,11 @@
         public string IsShenPiName { get; set; }
 
         /// <summary>
+        /// 瀹℃壒鏃堕棿
+        /// </summary>
+        public DateTime? ShenPitime { get; set; }
+
+        /// <summary>
         /// 鎵撳崱鏄庣粏
         /// </summary>
         public string DakaMingxi { get; set; }
@@ -698,6 +709,11 @@
         /// </summary>
         public int? IsShenPi { get; set; }
 
+        /// <summary>
+        /// 瀹℃壒鏃堕棿
+        /// </summary>
+        public DateTime? ShenPitime { get; set; }
+
 
         /// <summary>
         /// 瀹℃壒鐘舵�佸悕绉�

--
Gitblit v1.9.1