From 4deba85ff3417a76b4cfef1874effa6a2be1fd40 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 11 十一月 2022 09:24:28 +0800
Subject: [PATCH] 撤单退款修改
---
zhengcaioa/DTO/DailyManagementDTO .cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/zhengcaioa/DTO/DailyManagementDTO .cs b/zhengcaioa/DTO/DailyManagementDTO .cs
index 59c492a..d4c7e00 100644
--- a/zhengcaioa/DTO/DailyManagementDTO .cs
+++ b/zhengcaioa/DTO/DailyManagementDTO .cs
@@ -38,6 +38,8 @@
public string Context { get; set; }
public string UserId { get; set; }
+
+ public string Creater { get; set; }
}
#endregion
@@ -49,7 +51,8 @@
public string RtypeName { get; set; }
public string ToUserId { get; set; }
// public string toUserName { get; set; }
- public DateTime Time { get; set; }
+ public DateTime? Time { get; set; }
+ public string TimeName { get; set; }
public string Context { get; set; }
public int HaveRead { get; set; }
public string HaveReadName { get; set; }
--
Gitblit v1.9.1