update 修改所有datetimeoffset类型为datetime
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Ewide.Core
|
||||
/// 操作时间
|
||||
/// </summary>
|
||||
[Comment("操作时间")]
|
||||
public DateTimeOffset OpTime { get; set; }
|
||||
public DateTime OpTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 操作人
|
||||
|
||||
Reference in New Issue
Block a user