Added evaluation version in the evaluation API's response.
This commit is contained in:
@@ -67,5 +67,8 @@ public class ApplicationEvaluationEntity extends BaseEntity{
|
||||
|
||||
@Column(name = "ACTIVE_DAYS")
|
||||
private Long activeDays;
|
||||
|
||||
@Column(name = "evaluationVersion")
|
||||
private String evaluationVersion;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user