|
|
|
@ -12,6 +12,7 @@ namespace Yavsc.Models.IT.Fixing
|
|
|
|
|
|
|
|
|
|
|
|
[ForeignKey("FeatureId")]
|
|
|
|
[ForeignKey("FeatureId")]
|
|
|
|
public virtual Feature False { get; set; }
|
|
|
|
public virtual Feature False { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public long? FeatureId { get; set; }
|
|
|
|
public long? FeatureId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[YaStringLength(2048)]
|
|
|
|
[YaStringLength(2048)]
|
|
|
|
@ -20,4 +21,4 @@ namespace Yavsc.Models.IT.Fixing
|
|
|
|
public BugStatus Status { get; set; }
|
|
|
|
public BugStatus Status { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|