Commit 5f90d37a by xin.yang

some update

parent e284e116
...@@ -78,15 +78,15 @@ namespace Siger.Middlelayer.AccRepository.Entities ...@@ -78,15 +78,15 @@ namespace Siger.Middlelayer.AccRepository.Entities
/// <summary> /// <summary>
/// 完成时间 /// 完成时间
/// </summary> /// </summary>
public string completetime { get; set; } public DateTime? completetime { get; set; }
/// <summary> /// <summary>
/// 操作人 /// 操作人
/// </summary> /// </summary>
public string operater { get; set; } public int operater { get; set; }
/// <summary> /// <summary>
/// 操作时间 /// 操作时间
/// </summary> /// </summary>
public string operatetime { get; set; } public DateTime? operatetime { get; set; }
/// <summary> /// <summary>
/// 备注 /// 备注
/// </summary> /// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment