update 更改操作日志是否成功的类型为bool

This commit is contained in:
2021-04-26 14:02:22 +08:00
parent 26919bf713
commit 789b3b88d2
7 changed files with 6767 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ namespace Ewide.Core
/// 是否执行成功Y-是N-否)
/// </summary>
[Comment("是否执行成功")]
public string Success { get; set; }
public bool? Success { get; set; }
/// <summary>
/// 具体消息