diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Entities/Job.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Entities/Job.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Entities/Job.cs b/Software/Visual_Studio/Tango.BL/Entities/Job.cs index 3139a5a5b..4e115f5e8 100644 --- a/Software/Visual_Studio/Tango.BL/Entities/Job.cs +++ b/Software/Visual_Studio/Tango.BL/Entities/Job.cs @@ -415,6 +415,10 @@ namespace Tango.BL.Entities [JsonIgnore] public VectorFineTuningRunModel VectorFineTuningRunModel { get; set; } + [NotMapped] + [JsonIgnore] + public double ResumeStartPosition { get; set; } + #endregion #region Event Handlers |
