update 修改日志表字段类型

This commit is contained in:
2021-04-25 20:43:51 +08:00
parent 2547f33867
commit 447f74fdbf
7 changed files with 6832 additions and 8 deletions

View File

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