interface
This commit is contained in:
parent
29a0cb9c4b
commit
6589a4f948
6 changed files with 86 additions and 25 deletions
|
|
@ -4,7 +4,8 @@ using Newtonsoft.Json;
|
|||
|
||||
namespace Yavsc.Models.Workflow
|
||||
{
|
||||
public class CommandForm
|
||||
using YavscLib;
|
||||
public class CommandForm : ICommandForm
|
||||
{
|
||||
[Key,DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public long Id { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue