Create an endpoint to get application evaluation version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.enums.EvaluationVersionEnum;
|
||||
|
||||
@Data
|
||||
public class ApplicationEvaluationVersionResponse {
|
||||
private Long callId;
|
||||
private Long companyId;
|
||||
private Long applicationId;
|
||||
private Long evaluationId;
|
||||
private EvaluationVersionEnum evaluationVersion;
|
||||
}
|
||||
Reference in New Issue
Block a user