wip
This commit is contained in:
@@ -5,6 +5,11 @@ public class ApprovalRequest
|
||||
public Guid Id { get; init; }
|
||||
public Guid WorkspaceId { get; set; }
|
||||
public Guid ContentItemId { get; set; }
|
||||
public Guid? WorkflowInstanceId { get; set; }
|
||||
public int? WorkflowStepSortOrder { get; set; }
|
||||
public string? WorkflowStepTargetType { get; set; }
|
||||
public string? WorkflowStepTargetValue { get; set; }
|
||||
public int? WorkflowStepRequiredApproverCount { get; set; }
|
||||
public required string Stage { get; set; }
|
||||
public required string ReviewerName { get; set; }
|
||||
public required string ReviewerEmail { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user