update 修改所有datetimeoffset类型为datetime
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Ewide.Core
|
||||
/// 阅读时间
|
||||
/// </summary>
|
||||
[Comment("阅读时间")]
|
||||
public DateTimeOffset ReadTime { get; set; }
|
||||
public DateTime ReadTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 状态(字典 0未读 1已读)
|
||||
|
||||
Reference in New Issue
Block a user