mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-06 16:22:28 +08:00
@ -31,6 +31,13 @@ public record Sys_JobRecord : LiteImmutableEntity
|
||||
[JsonIgnore]
|
||||
public virtual int HttpStatusCode { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 拥有者信息
|
||||
/// </summary>
|
||||
[Navigate(nameof(JobId))]
|
||||
[JsonIgnore]
|
||||
public Sys_Job Job { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 作业编号
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user