code format

main
Paul Schneider 7 years ago
parent c710e98837
commit 8ab3848098
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…