From 6bfd33b0a5f4c21ff8d7c015523394fac99f9888 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 22 一月 2025 12:11:57 +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