This commit is contained in:
Paul Schneider 2017-01-16 15:34:05 +01:00
commit fbde7a525f
16 changed files with 113 additions and 11 deletions

View file

@ -15,6 +15,8 @@ namespace Yavsc.Model
public decimal? Previsional { get; set; }
public string Reason { get; set; }
public string ActivityCode { get; set; }
}
}