Done ticket GEPAFINBE-6326 Ranking Management
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.enums.ApplicationRankingActionTypeEnum;
|
||||
|
||||
@Data
|
||||
public class ApplicationRankingActionRequest {
|
||||
|
||||
private ApplicationRankingActionTypeEnum rankingActionType;
|
||||
|
||||
/** Required when {@code rankingActionType} is {@link ApplicationRankingActionTypeEnum#REPOSITION}. */
|
||||
private Long manualRanking;
|
||||
}
|
||||
Reference in New Issue
Block a user