Skip to content

Commit

Permalink
Make WorkflowType extension able (#14275)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 authored Sep 12, 2023
1 parent 808a1e6 commit adb1f21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
using System.Collections.Generic;
using OrchardCore.Entities;

namespace OrchardCore.Workflows.Models
{
/// <summary>
/// Represents a workflow type.
/// </summary>
public class WorkflowType
public class WorkflowType : Entity
{
public long Id { get; set; }

Expand Down

0 comments on commit adb1f21

Please sign in to comment.