[WIP] Git
This commit is contained in:
parent
e377a32732
commit
9cbb1706ad
17 changed files with 99 additions and 7803 deletions
|
|
@ -15,11 +15,10 @@ namespace Yavsc.Server.Models.IT
|
|||
|
||||
[Required]
|
||||
public string Name { get; set; }
|
||||
|
||||
[Required]
|
||||
public string ProjectName { get; set;}
|
||||
|
||||
[ForeignKey("Name")]
|
||||
public long ProjectId { get; set; }
|
||||
|
||||
[ForeignKey("ProjectId")]
|
||||
public virtual Project TargetProject { get; set; }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue