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