update 更改操作日志是否成功的类型为bool
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Ewide.Core
|
||||
/// 是否执行成功(Y-是,N-否)
|
||||
/// </summary>
|
||||
[Comment("是否执行成功")]
|
||||
public string Success { get; set; }
|
||||
public bool? Success { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 具体消息
|
||||
|
||||
Reference in New Issue
Block a user