code format
This commit is contained in:
parent
acff3b72b6
commit
f950f93f90
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ namespace Yavsc.Models.IT.Fixing
|
|||
|
||||
[ForeignKey("FeatureId")]
|
||||
public virtual Feature False { get; set; }
|
||||
|
||||
public long? FeatureId { get; set; }
|
||||
|
||||
[YaStringLength(2048)]
|
||||
|
|
@ -20,4 +21,4 @@ namespace Yavsc.Models.IT.Fixing
|
|||
public BugStatus Status { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue