|
@@ -1,3 +1,4 @@
|
|
|
|
+using System;
|
|
using System.Collections.Generic;
|
|
using System.Collections.Generic;
|
|
using GxPress.Result.Media;
|
|
using GxPress.Result.Media;
|
|
|
|
|
|
@@ -149,7 +150,7 @@ namespace GxPress.Result.App.Note
|
|
/// 创建时间
|
|
/// 创建时间
|
|
/// </summary>
|
|
/// </summary>
|
|
/// <value></value>
|
|
/// <value></value>
|
|
- public string CreatedDate { get; set; }
|
|
|
|
|
|
+ public DateTime CreatedDate { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 用户姓名
|
|
/// 用户姓名
|
|
/// </summary>
|
|
/// </summary>
|