Done ticket GEPAFINBE-221
This commit is contained in:
@@ -3,9 +3,11 @@ package net.gepafin.tendermanagement.model.request;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@NoArgsConstructor
|
||||
@Data
|
||||
public class EvaluationCriteriaReq extends LookUpDataReq{
|
||||
|
||||
private Long score;
|
||||
private BigDecimal score;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user