a migration
This commit is contained in:
parent
53bca59c18
commit
a02085f086
7 changed files with 94 additions and 87 deletions
|
|
@ -27,10 +27,10 @@ namespace Yavsc.Models.Workflow
|
|||
|
||||
[YaStringLength(512)]
|
||||
[Display(Name = "Code du parent")]
|
||||
[ForeignKey("Parent")]
|
||||
public string ParentCode { get; set; }
|
||||
|
||||
[ForeignKey("ParentCode"), JsonIgnore]
|
||||
[Display(Name = "Activité parent")]
|
||||
[Display(Name = "Activité parent"), JsonIgnore]
|
||||
public virtual Activity Parent { get; set; }
|
||||
|
||||
[InverseProperty("Parent"), JsonIgnore]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue