From b20a34e8277267124f9708c2c97e92ed1052fa08 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期六, 12 十一月 2022 14:43:48 +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