10 changed files with 94 additions and 8 deletions
@ -1,7 +1,10 @@ |
|||||
namespace LINGYUN.Abp.WorkflowManagement.Activitys |
using System.ComponentModel.DataAnnotations; |
||||
|
|
||||
|
namespace LINGYUN.Abp.WorkflowManagement.Activitys |
||||
{ |
{ |
||||
public class ActivityReleaseInput |
public class ActivityReleaseInput |
||||
{ |
{ |
||||
|
[Required] |
||||
public string Token { get; set; } |
public string Token { get; set; } |
||||
} |
} |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue