Merge branch 'master' into net6.0

This commit is contained in:
不做码农
2022-03-17 21:38:30 +08:00
17 changed files with 422 additions and 368 deletions

View File

@@ -153,5 +153,9 @@ namespace ZR.Model.System
[SugarColumn(IsOnlyIgnoreInsert = true)]//设置后插入数据不会有此字段
[JsonProperty(propertyName: "UpdateTime")]
public DateTime Update_time { get; set; } = DateTime.Now;
/// <summary>
/// 最后运行时间
/// </summary>
public DateTime? LastRunTime { get; set; }
}
}