From 8ab384809879f1ee4e37871a98b39b03dbd9a052 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 27 Dec 2018 23:01:22 +0000 Subject: [PATCH] code format --- Yavsc.Server/Models/IT/Fixing/Bug.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Yavsc.Server/Models/IT/Fixing/Bug.cs b/Yavsc.Server/Models/IT/Fixing/Bug.cs index 8d49bd67..15fe7035 100644 --- a/Yavsc.Server/Models/IT/Fixing/Bug.cs +++ b/Yavsc.Server/Models/IT/Fixing/Bug.cs @@ -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; } } -} \ No newline at end of file +}