From 6131316db2e61c717a6fbd1db774b41b60c933e9 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 21 九月 2022 09:45:32 +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