From 5a72c00dca19dd6dd9be9db9e14f00f512f93f02 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 29 十月 2024 13:10:22 +0800
Subject: [PATCH] 小修改

---
 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